summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.Kaveh R. Ghazi2003-11-081-0/+2
* re PR pch/11654 (incorrect stabs when using pre-compiled headers)Geoffrey Keating2003-11-071-8/+14
* re PR debug/12500 (stabs debug info -- void no longer a predefined / builtin ...David Taylor2003-10-221-1/+1
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-1/+1
* dbxout.c (dbxout_fptype_value): Delete.Zack Weinberg2003-10-011-61/+5
* dbxout.c (dbxout_typedefs): Output typedefs in forward order.Per Bothner2003-09-261-4/+2
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-2/+2
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-2/+2
* re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell2003-09-171-3/+4
* c.opt: Introduce -fworking-directory.Alexandre Oliva2003-08-051-1/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-8/+5
* re PR debug/11473 (ICE with -gstabs when empty struct inheits from an empty s...Mark Mitchell2003-07-151-3/+1
* c-format.c: Fix comment formatting.Kazu Hirata2003-07-121-1/+1
* stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-061-3/+3
* dbxout.c (pending_bincls): Move decl down inside DBX_DEBUGGING_INFO || XCOFF_...Andreas Schwab2003-07-031-5/+5
* dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with DBX_USE_BINCL.H.J. Lu2003-07-021-2/+2
* dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.David Edelsohn2003-07-021-3/+10
* * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.Andreas Schwab2003-07-021-0/+2
* dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.Devang Patel2003-07-011-6/+94
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* cse.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-132/+83
* dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.Zack Weinberg2003-06-281-2/+0
* final.c (debug_flush_symbol_queue): New function.Devang Patel2003-06-261-21/+132
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-1/+1
* dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou2003-06-171-1/+6
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger2003-06-041-34/+0
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-4/+3
* dbxout.c (print_int_cst_bounds_in_octal_p): New function, extracted from dbxo...Joel Brobecker2003-04-141-26/+44
* dbxout.c (dbxout_handle_pch): Move prototype out from #if defined DBX_DEBUGGI...Geoffrey Keating2003-04-061-1/+1
* dbxout.c (scope_labelno): Add GTY.Geoffrey Keating2003-04-051-19/+61
* dbxout.c (dbxout_type): When printing type index of range type whose bounds a...Joel Brobecker2003-04-041-1/+11
* Change base class access representation.Nathan Sidwell2003-02-201-5/+9
* dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi2003-01-161-8/+8
* Merge from pch-branch.Geoffrey Keating2003-01-101-73/+66
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-5/+7
* re PR debug/1621 (Debugging with complex numbers)Jim Wilson2002-12-121-2/+58
* fix stabs info for vector typesDale Johannesen2002-11-081-1/+3