aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-10* dbxout.c (dbxout_source_line): Remove extra tab.J. David Anglin1-1/+1
2000-09-25Callers gcc-toplev:Hans-Peter Nilsson1-27/+27
2000-09-25Changes add TABs on either or both sides, covering start of line,Hans-Peter Nilsson1-2/+2
2000-09-22fixJason Merrill1-5/+13
2000-09-22revertJason Merrill1-13/+5
2000-09-22c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.Jason Merrill1-5/+13
2000-07-23* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.George Helffrich1-1/+1
2000-06-28dbxout.c (dbxout_symbol, [...]): Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.Raja R Harinath1-2/+2
2000-06-25Vector support: type node creation & debugging supportBernd Schmidt1-0/+3
2000-06-08dbxout.c (dbxout_type_fields): Don't segfault on fields with incomplete types.Jakub Jelinek1-0/+1
2000-04-14dbxout.c (dbxout_type, [...]): Don't call print_int_cst_octal with something ...Richard Kenner1-2/+6
2000-04-04dbxout.c (CONTIN): If it doesn't have to do anything...Zack Weinberg1-1/+1
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-5/+2
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-6/+6
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-43/+48
2000-03-08dbxout.c (dbxout_parms): When correcting for promoted big-endian parameters...Clinton Popetz1-1/+3
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-1/+1
2000-02-29Fix prototype for dbxout_symbol_location.Martin v. Löwis1-1/+1
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis1-25/+45
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-16/+2
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-01-14cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi1-20/+20
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-1/+1
1999-11-11Fix gdb testsuite failures caused by Kenner's bulk merge from gcc2.Jim Wilson1-1/+9
1999-11-06Makefile.in (dbxout.o): Depend on ggc.h.Mark Mitchell1-0/+3
1999-10-31[multiple changes]Richard Kenner1-22/+66
1999-10-26dbxout.c (lastfile, [...]): Constify a char*.Kaveh R. Ghazi1-29/+28
1999-09-23builtins.c, [...]: Include tm_p.h.Richard Henderson1-0/+1
1999-09-03dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1-2/+1
1999-08-31Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1-2/+0
1999-04-18output.h (current_function_is_leaf, [...]): Declare.John Wehle1-2/+2
1999-03-19Warning fixes:Kaveh R. Ghazi1-5/+5
1999-02-24Fix cross compiler build failure in dbxout.c.Jim Wilson1-2/+4
1998-12-08* dbxout.c: If USG is defined use gstab.h, even if HAVE_STAB_H is set.Kaveh R. Ghazi1-3/+3
1998-11-09[multiple changes]Jeff Law1-1/+1
1998-07-23Fix stabs bug with C array ranges.Jim Wilson1-2/+12
1998-06-30decl2.c (lang_decode_option): Remove warn_template_debugging.Benjamin Kosnik1-6/+0
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+1
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-04dbxout.c (dbxout_type): Output arrays of bits as if they were bitstrings for ...Dave Brolley1-0/+14
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab1-0/+4
1998-05-19Warning Fixes:Kaveh R. Ghazi1-0/+1
1998-05-18Undid previous delta to dbxout.cNick Clifton1-1/+15
1998-05-18Use TREE_ARG to compute the type of a function parameter passed in memory.Nick Clifton1-1/+1
1998-05-18dwarfout.h, [...]: New files.Robert Lipe1-0/+1
1998-05-16dbxout.c (dbxout_parms): If mode of type of parameter living in memory doesn'...Doug Evans1-0/+9
1998-05-13Warning fixes:Kaveh R. Ghazi1-7/+7
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-4/+6
1998-04-24dbxout.c (dbxout_type): Fix typo.Jeffrey A Law1-5/+12