summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-17/+0
* * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata2004-11-031-1/+1
* re PR debug/18199 (AIX XCOFF debugging broken)Zack Weinberg2004-10-281-5/+19
* dbxout.c (dbxout_source_line): Move declaration of begin_label to the block t...Richard Sandiford2004-10-271-3/+2
* dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable ATTRIBUTE_UNUSED.Zack Weinberg2004-10-271-1/+2
* dbxout.c: Include obstack.h.Zack Weinberg2004-10-271-842/+944
* Index: gcc/gcc/ChangeLogGeoffrey Keating2004-10-261-6/+2
* dbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_FUNCTION_END.Kazu Hirata2004-10-231-3/+0
* dbxout.c: Remove unnecessary #undefs.Zack Weinberg2004-10-211-52/+29
* dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.David Edelsohn2004-10-211-1/+1
* dbxout.c (asmfile): Delete.Zack Weinberg2004-10-211-237/+227
* re PR debug/17787 (Ada does not bootstrap on darwin because of -feliminate-un...Andrew Pinski2004-10-061-12/+14
* config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembl...Eric Botcazou2004-09-241-1/+6
* dbxout.c (get_lang_number): Do not define if DBX_OUTPUT_MAIN_SOURCE_DIRECTORY...David Edelsohn2004-09-221-0/+4
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-4/+4
* dbxout.c (get_lang_number): New.Devang Patel2004-09-171-2/+27
* dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating2004-09-101-2/+2
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-15/+14
* dbxout.c (NO_DBX_FUNCTION_END): Default to zero.Richard Henderson2004-08-131-3/+7
* dbxout.c (dbxout_begin_prologue): New function.Devang Patel2004-08-121-2/+16
* dbxout.c (dbxout_function_decl): Always call dbxout_function_end.Zack Weinberg2004-08-041-6/+13
* re PR c++/13596 (value of __cplusplus)Zack Weinberg2004-08-041-34/+66
* tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell2004-07-261-2/+2
* * dbxout.c (dbxout_type): Fix printf format.Nathan Sidwell2004-07-201-1/+1
* tree.h: Include vec.hNathan Sidwell2004-07-201-58/+62
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-6/+5
* dbxout.c (dbxout_type): Don't test whether the binfo slot of RECORD, UNION & ...Nathan Sidwell2004-07-061-1/+0
* tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell2004-07-061-2/+2
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-13/+13
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-10/+10
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-2/+1
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-1/+7
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-4/+4
* cfgrtl.c, [...]: Fix comment typos.Kazu Hirata2004-03-251-2/+2
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-5/+5
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-1/+1
* dbxout.c (dbxout_symbol_location): Do not output references to optimized-out ...Ulrich Weigand2004-03-101-4/+20
* re PR c++/12007 (Multiple inheritance float pass by value fails)John David Anglin2004-02-201-1/+4
* c-decl.c, [...]: Fix comment formatting.Kazu Hirata2004-02-161-1/+1
* dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I...Zack Weinberg2004-02-121-1/+1
* debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg2004-02-121-17/+54
* Josef Zlomek <zlomekj@suse.cz>Josef Zlomek2004-02-061-2/+4
* Makefile.in (dwarf2out.o): Depend on input.hDevang Patel2004-01-271-22/+25
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* re PR debug/7078 (stabs are not generated correctly with c++ namespaces are u...Devang Patel2004-01-131-4/+6
* re PR debug/13539 (dbxout.c does not recognize protected inheritance)Andrew Pinski2004-01-121-2/+4
* re PR debug/12860 (stabs register number out of range)David Edelsohn2004-01-101-9/+8
* re PR debug/11231 (undefined array size inside struct cause segfault with -g)Andrew Pinski2004-01-091-0/+5
* dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO || XCOFF_DEBUGGI...Andreas Schwab2003-11-081-1/+2