aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-07re PR pch/11654 (incorrect stabs when using pre-compiled headers)Geoffrey Keating1-8/+14
2003-10-22re PR debug/12500 (stabs debug info -- void no longer a predefined / builtin ...David Taylor1-1/+1
2003-10-05c-pretty-print.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-10-01dbxout.c (dbxout_fptype_value): Delete.Zack Weinberg1-61/+5
2003-09-26dbxout.c (dbxout_typedefs): Output typedefs in forward order.Per Bothner1-4/+2
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-09-17re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell1-3/+4
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-1/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-8/+5
2003-07-15re PR debug/11473 (ICE with -gstabs when empty struct inheits from an empty s...Mark Mitchell1-3/+1
2003-07-12c-format.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-06stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-3/+3
2003-07-03dbxout.c (pending_bincls): Move decl down inside DBX_DEBUGGING_INFO || XCOFF_...Andreas Schwab1-5/+5
2003-07-02dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with DBX_USE_BINCL.H.J. Lu1-2/+2
2003-07-02dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.David Edelsohn1-3/+10
2003-07-02* dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.Andreas Schwab1-0/+2
2003-07-01dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.Devang Patel1-6/+94
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29cse.c: Convert prototypes to ISO C90.Andreas Jaeger1-132/+83
2003-06-28dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.Zack Weinberg1-2/+0
2003-06-26final.c (debug_flush_symbol_queue): New function.Devang Patel1-21/+132
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-17dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou1-1/+6
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1