]> gcc.gnu.org Git - gcc.git/history - gcc/dbxout.c
tree.h (INT_CST_LT, [...]): Remove unneeded casts.
[gcc.git] / gcc / dbxout.c
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-02-29 Martin v. LöwisFix prototype for dbxout_symbol_location.
2000-02-29 Martin v. Löwisc-decl.c (current_function_decl): Move to toplev.c.
2000-02-28 Mark Mitchellemit-rtl.c (remove_unncessary_notes): Remove notes...
2000-02-26 Jeff LawCopyright fixes.
2000-01-14 Kaveh R. Ghazicccp.c: PROTO -> PARAMS.
1999-11-25 Kaveh R. Ghazic-common.c (check_format_info): Don't call a variadic...
1999-11-12 Jim WilsonFix gdb testsuite failures caused by Kenner's bulk...
1999-11-06 Mark MitchellMakefile.in (dbxout.o): Depend on ggc.h.
1999-11-01 Richard Kenner[multiple changes]
1999-10-26 Kaveh R. Ghazidbxout.c (lastfile, [...]): Constify a char*.
1999-09-23 Richard Hendersonbuiltins.c, [...]: Include tm_p.h.
1999-09-03 Richard Hendersondbxout.c (dbxout_init): Use xcalloc instead of xmalloc...
1999-08-31 Kaveh R. GhaziMakefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
1999-04-18 John Wehleoutput.h (current_function_is_leaf, [...]): Declare.
1999-03-19 Kaveh R. GhaziWarning fixes:
1999-02-24 Jim WilsonFix cross compiler build failure in dbxout.c.
1998-12-08 Kaveh R. Ghazi* dbxout.c: If USG is defined use gstab.h, even if...
1998-11-09 Jeff Law[multiple changes]
1998-07-23 Jim WilsonFix stabs bug with C array ranges.
1998-06-30 Benjamin Kosnikdecl2.c (lang_decode_option): Remove warn_template_debu...
1998-06-29 Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-06-29 Kaveh R. GhaziWarning fixes:
1998-06-04 Dave Brolleydbxout.c (dbxout_type): Output arrays of bits as if...
1998-05-23 Andreas Schwabm68k.h: Declare more functions used in macros.
1998-05-19 Kaveh R. GhaziWarning Fixes:
1998-05-18 Nick CliftonUndid previous delta to dbxout.c
1998-05-18 Nick CliftonUse TREE_ARG to compute the type of a function paramete...
1998-05-18 Robert Lipedwarfout.h, [...]: New files.
1998-05-16 Doug Evansdbxout.c (dbxout_parms): If mode of type of parameter...
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-04-24 Jeffrey A Lawdbxout.c (dbxout_type): Fix typo.
1998-04-24 Jeff Lawdbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_...
1998-03-25 Michael MeissnerFix warnings from Kaveh R. Ghazi
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-18 Richard Hendersondbxout.c (dbxout_function_end): Fix last change.
1998-03-18 Kaveh R. GhaziFix more warnings...
1998-03-11 Mark Mitchelldbxout.c (dbxout_type_methods): Only treat TYPE_METHODS...
1998-02-07 Robert Lipec-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-01-28 Per Bothnerdbxout.c (dbxout_type): For a RECORD_TYPE...
1997-12-18 Richard Hendersontree.c (build_range_type): Allow creation of ranges...
1997-12-15 Richard Hendersonreload.h, [...]: Revert March 15 change.
1997-11-14 Michael Meissnerdbxout.c (dbxout_symbol_location): Don't assume that...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-23 J"orn Renneckedbxout.c (dbxout_start_new_source_file): Use output_quo...
1997-06-19 Per Bothner* dbxout.c (dbxout_type_fields): Skip field if DECL_IG...
1997-05-15 Jeff Lawdbxout.c (dbxout_function_end): Don't subtract one...
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-04-30 Jim Wilson(dbxout_function): Test NO_DBX_FUNCTION_END at run...
1997-03-15 Richard KennerChange all calls to eliminate_regs.
1996-09-24 Richard Kenner(dbxout_symbol): Fix forgotten case in last change...
1996-09-23 Jim Wilson(dbxout_function): Don't check DECL_SECTION_NAME before
1996-07-03 Mike Stumpformatting tweaks
1996-06-28 Richard Kenner(dbxout_function): Respect NO_DBX_FUNCTION_END.
1996-05-19 Richard KennerAdd prototypes for all static functions.
1996-05-06 Doug Evansdbxout.c (dbxout_function): When deciding to call dbxou...
1996-04-15 Jeff Lawflags.h (flag_function_sections): Declare.
1996-04-12 Jason Merrill(dbxout_typedefs): Don't emit incomplete types yet.
1996-03-13 Per Bothnerdbxout.c (dbxout_type): Better "variant" handling to...
1996-03-01 Jim Wilson(dbxout_type, case METHOD_TYPE): Add CHARS (1) call
1996-02-12 Per BothnerChanges to distinguish typedef from original type in...
1996-02-06 Per Bothnerdbxout.c (dbxout_range_type): Emit non-range INTEGER_TY...
1996-01-30 Ian Lance TaylorDon't include <string.h>. Don't compare strchr result...
1996-01-29 Ian Lance TaylorDon't use #ifndef inside call to strchr, to avoid AIX...
1996-01-22 Ian Lance TaylorInclude <string.h>
1996-01-19 Ian Lance TaylorAvoid minimal C++ debugging in a couple of cases where...
1996-01-02 Jim Wilson(gstab.h): Include if cross compiling.
1995-12-13 Ian Lance TaylorOutput N_BINCL and N_EINCL stabs if DBX_USE_BINCL is...
1995-06-15 Richard KennerUpdate FSF address.
1995-04-12 Jim Wilson(dbxout_type_fields): Correct arguments to CHARS macro...
1995-03-11 Richard Kenner(dbxout_symbol): Properly handle decl whose DECL_NAME...
1995-02-24 Jim Wilson(GDB_INV_REF_REGPARM_STABS_LETTER): New macro.
1995-02-24 Jim Wilson(dbxout_parms): For parameters passed in memory...
1995-02-05 Doug Evans(dbxout_source_file): Clean up null tree pointer test...
1995-02-04 Doug Evans(dbxout_source_file): Don't switch to text section...
1994-12-09 Jason Merrill(dbxout_type_method_1): Don't try to look at the first
1994-11-16 Ian Lance TaylorCheck target endianness at run time, not compile time
1994-09-09 Jim Wilson(dbxout_symbol_location): Handle error_mark_node in
1994-07-12 Richard Earnshaw(dbxout_source_file): Increment source_label_number...
1994-07-02 Jim Wilson(dbxout_type_methods): Enable debugging info for
1994-06-18 Jim Wilson(dbxout_symbol): Replace DECL_IGNORED_P with
1994-06-15 Doug Evans(dbxout_type): Fix call to bzero.
1994-06-15 Per Bothner(dbxout_range_type): Handle an array range that is...
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-06-01 Jim Wilson(dbxout_type): Always emit cross-references if
1994-05-16 Per Bothner(dbxout_type): Write non-default precision of of ENUME...
1994-04-29 Doug Evans(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to genera...
1994-04-01 Jim Wilson(dbxout_type): Re-enable debugging output for anonymous...
1994-03-25 Richard Kenner(dbxout_symbol): Remove decls of unused variables.
1994-03-23 Jim Wilson(dbxout_parms): For parameter living in psuedo-reg...
1994-03-21 Jim Wilson(source_label_number): New variable.
1994-02-16 Per BothnerUse new flag TYPE_STRING_FLAG instead of STRING_TYPE.
1994-02-12 Per BothnerDon't treat anonymous fields as belonging to the contai...
1994-01-12 Per Bothnerdbxout.c (dbxout_range_type): If the range has a base...
1993-12-23 Jim Wilson(dbxout_parms): For parameter passed by invisible
1993-12-11 Richard Kenner(dbxout_type): The "base type" of a SET_TYPE is its...
1993-11-13 Richard Stallman(dbxout_type_field): Skip fields with variable
1993-11-11 Richard Stallman(dbxout_parms): Fix previous change.
1993-11-11 Richard Stallman(dbxout_symbol): If it's C++, don't check the
next
This page took 1.381179 seconds and 108 git commands to generate.