aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-03* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-28re PR debug/18199 (AIX XCOFF debugging broken)Zack Weinberg1-5/+19
2004-10-27dbxout.c (dbxout_source_line): Move declaration of begin_label to the block t...Richard Sandiford1-3/+2
2004-10-27dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable ATTRIBUTE_UNUSED.Zack Weinberg1-1/+2
2004-10-27dbxout.c: Include obstack.h.Zack Weinberg1-842/+944
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating1-6/+2
2004-10-23dbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_FUNCTION_END.Kazu Hirata1-3/+0
2004-10-21dbxout.c: Remove unnecessary #undefs.Zack Weinberg1-52/+29
2004-10-21dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.David Edelsohn1-1/+1
2004-10-21dbxout.c (asmfile): Delete.Zack Weinberg1-237/+227
2004-10-06re PR debug/17787 (Ada does not bootstrap on darwin because of -feliminate-un...Andrew Pinski1-12/+14
2004-09-24config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembl...Eric Botcazou1-1/+6
2004-09-22dbxout.c (get_lang_number): Do not define if DBX_OUTPUT_MAIN_SOURCE_DIRECTORY...David Edelsohn1-0/+4
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-4/+4
2004-09-17dbxout.c (get_lang_number): New.Devang Patel1-2/+27
2004-09-10dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating1-2/+2
2004-09-08dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-15/+14
2004-08-13dbxout.c (NO_DBX_FUNCTION_END): Default to zero.Richard Henderson1-3/+7
2004-08-12dbxout.c (dbxout_begin_prologue): New function.Devang Patel1-2/+16
2004-08-04dbxout.c (dbxout_function_decl): Always call dbxout_function_end.Zack Weinberg1-6/+13
2004-08-04re PR c++/13596 (value of __cplusplus)Zack Weinberg1-34/+66
2004-07-26tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell1-2/+2
2004-07-20* dbxout.c (dbxout_type): Fix printf format.Nathan Sidwell1-1/+1
2004-07-20tree.h: Include vec.hNathan Sidwell1-58/+62
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-6/+5
2004-07-06dbxout.c (dbxout_type): Don't test whether the binfo slot of RECORD, UNION & ...Nathan Sidwell1-1/+0
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-2/+2
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-13/+13
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-10/+10
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+1
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-1/+7
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-4/+4
2004-03-25cfgrtl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-5/+5
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-1/+1
2004-03-10dbxout.c (dbxout_symbol_location): Do not output references to optimized-out ...Ulrich Weigand1-4/+20
2004-02-20re PR c++/12007 (Multiple inheritance float pass by value fails)John David Anglin1-1/+4
2004-02-16c-decl.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-02-12dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I...Zack Weinberg1-1/+1
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg1-17/+54
2004-02-06Josef Zlomek <zlomekj@suse.cz>Josef Zlomek1-2/+4
2004-01-27Makefile.in (dwarf2out.o): Depend on input.hDevang Patel1-22/+25
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2004-01-13re PR debug/7078 (stabs are not generated correctly with c++ namespaces are u...Devang Patel1-4/+6
2004-01-12re PR debug/13539 (dbxout.c does not recognize protected inheritance)Andrew Pinski1-2/+4
2004-01-10re PR debug/12860 (stabs register number out of range)David Edelsohn1-9/+8
2004-01-09re PR debug/11231 (undefined array size inside struct cause segfault with -g)Andrew Pinski1-0/+5
2003-11-08dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO || XCOFF_DEBUGGI...Andreas Schwab1-1/+2
2003-11-08* dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.Kaveh R. Ghazi1-0/+2