aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-22 PR debug/12500David Taylor
2003-10-05 * c-pretty-print.c: Fix comment formatting.Kazu Hirata
2003-10-01 * dbxout.c (dbxout_fptype_value): Delete.Zack Weinberg
2003-09-26 * dbxout.c (dbxout_typedefs): Output typedefs in forward order.Per Bothner
2003-09-22Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21 * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-09-17 PR debug/12066Mark Mitchell
2003-08-05* c.opt: Introduce -fworking-directory.Alexandre Oliva
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-15 PR debug/11473Mark Mitchell
2003-07-12 * c-format.c: Fix comment formatting.Kazu Hirata
2003-07-06 * stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger
2003-07-03 * dbxout.c (pending_bincls): Move decl down insideAndreas Schwab
2003-07-022003-07-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2003-07-02 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.David Edelsohn
2003-07-02 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.Andreas Schwab
2003-07-012003-07-01 Devang Patel <dpatel@apple.com>Devang Patel
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-29 * cse.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-28 * dbxout.c (flag_debug_only_used_symbols): Delete redundantZack Weinberg
2003-06-27 * final.c (debug_flush_symbol_queue): New function.Devang Patel
2003-06-23 * basic-block.h: Fix comment formatting.Kazu Hirata
2003-06-17 * dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou
2003-06-12 * ChangeLog: Follow spelling conventions.Kazu Hirata
2003-06-04 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger
2003-05-17gcc:Kaveh Ghazi
2003-04-14 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,Richard Kenner
2003-04-06 * dbxout.c (dbxout_handle_pch): Move prototype out fromGeoffrey Keating
2003-04-052003-04-04 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating
2003-04-04 * dbxout.c (dbxout_type): When printing type index of range typeJoel Brobecker
2003-02-20 Change base class access representation.Nathan Sidwell
2003-01-16 * dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi
2003-01-10Merge from pch-branch.Geoffrey Keating
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-13Fix for PR 1621.Jim Wilson
2002-11-08fix stabs info for vector typesDale Johannesen
2002-09-272002-09-26 David Edelsohn <edelsohn@gnu.org>David Edelsohn
2002-09-23Set current_sym_code in a case where it was missing.Dale Johannesen
2002-09-22 * dbxout.c: Follow spelling conventions.Kazu Hirata
2002-09-13 * doc/tm.texi (DBX_OUTPUT_NFUN): Describe.Alan Modra
2002-08-15 * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.Douglas Rupp
2002-05-23 * dbxout.c (dbxout_class_name_qualifiers): New function.Kevin Buettner
2002-05-11 * dbxout.c: Fix formatting.Kazu Hirata
2002-05-01 * dbxout.c (dbxout_type): Emit size information for range types,Joel Brobecker
2002-03-21 * Makefile.in (fold-const.o, stor-layout.o, stmt.o,Neil Booth
2002-03-12 * Makefile.in (debug.o): Depend on debug.h.Kaveh Ghazi
2002-02-06Accept LABEL_REFs as well as SYMBOL_REFs from the constant pool.Nick Clifton
2002-02-06* dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parametersAlexandre Oliva
2002-01-26Index: gcc/ChangeLogGeoffrey Keating