aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-04-24dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC appropriately.Jeff Law1-25/+58
1998-03-25Fix warnings from Kaveh R. GhaziMichael Meissner1-2/+6
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-15/+1
1998-03-18dbxout.c (dbxout_function_end): Fix last change.Richard Henderson1-2/+2
1998-03-18Fix more warnings...Kaveh R. Ghazi1-3/+6
1998-03-11dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a TREE_VEC if that...Mark Mitchell1-1/+1
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+8
1998-01-28dbxout.c (dbxout_type): For a RECORD_TYPE...Per Bothner1-1/+3
1997-12-18tree.c (build_range_type): Allow creation of ranges with no maximum.Richard Henderson1-1/+2
1997-12-15reload.h, [...]: Revert March 15 change.Richard Henderson1-3/+3
1997-11-13dbxout.c (dbxout_symbol_location): Don't assume that variables whose address ...Michael Meissner1-1/+6
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-2/+6
1997-10-23dbxout.c (dbxout_start_new_source_file): Use output_quoted_string for FILENAME.J"orn Rennecke1-1/+3
1997-06-18* dbxout.c (dbxout_type_fields): Skip field if DECL_IGNORED_P.Per Bothner1-0/+2
1997-05-15dbxout.c (dbxout_function_end): Don't subtract one from the end of function s...Jeff Law1-1/+1
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-7/+7
1997-04-30(dbxout_function): Test NO_DBX_FUNCTION_END at run timeJim Wilson1-2/+6
1997-03-15Change all calls to eliminate_regs.Richard Kenner1-4/+4
1996-09-23(dbxout_symbol): Fix forgotten case in last change: checkRichard Kenner1-1/+4
1996-09-23(dbxout_function): Don't check DECL_SECTION_NAME beforeJim Wilson1-2/+1
1996-07-03formatting tweaksMike Stump1-7/+7
1996-06-28(dbxout_function): Respect NO_DBX_FUNCTION_END.Richard Kenner1-1/+1
1996-05-19Add prototypes for all static functions.Richard Kenner1-115/+20
1996-05-06dbxout.c (dbxout_function): When deciding to call dbxout_function_end change ...Doug Evans1-1/+2