summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dbxout.c (FORCE_TEXT): Switch to current_function_decl, not text_section.David Edelsohn2002-09-261-1/+1
* Set current_sym_code in a case where it was missing.Dale Johannesen2002-09-231-0/+1
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* tm.texi (DBX_OUTPUT_NFUN): Describe.Alan Modra2002-09-141-0/+4
* dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.Douglas B Rupp2002-08-151-4/+4
* dbxout.c (dbxout_class_name_qualifiers): New function.Kevin Buettner2002-05-221-2/+38
* dbxout.c: Fix formatting.Kazu Hirata2002-05-111-20/+20
* dbxout.c (dbxout_type): Emit size information for range types, as well, but o...Joel Brobecker2002-05-011-1/+14
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-1/+1
* Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi2002-03-121-2/+2
* Accept LABEL_REFs as well as SYMBOL_REFs from the constant pool.Nick Clifton2002-02-061-1/+2
* dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters passed by in...Alexandre Oliva2002-02-061-0/+4
* Index: gcc/ChangeLogGeoffrey Keating2002-01-261-4/+9
* * dbxout.c (dbxout_type): Support const and volatile.Jason Merrill2002-01-171-15/+34
* If a symbol ref is in the constant pool, use the pool's version of the symbol...Nick Clifton2002-01-081-0/+14
* 1750a.md: Add default case in switch.Kaveh R. Ghazi2001-12-091-2/+2
* dwarf2out.c (is_cxx): New fn.Jason Merrill2001-11-301-1/+1
* dwarf2out.c (add_data_member_location_attribute): Do the right thing for virt...Jason Merrill2001-11-291-2/+9
* dbxout.c (dbxout_symbol_location): Update call of alter_subreg.Jan Hubicka2001-11-141-1/+1
* dbxout.c (dbxout_symbol_location): Avoid emitting invalid register numbers.Jakub Jelinek2001-11-121-0/+2
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-1/+2
* Makefile.in (dbxout.o): Depend on function.h.Kaveh R. Ghazi2001-11-041-6/+12
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-7/+7
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-1/+1
* dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson2001-09-111-1/+1