aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
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
1996-04-15flags.h (flag_function_sections): Declare.Jeff Law1-0/+25
1996-04-12(dbxout_typedefs): Don't emit incomplete types yet.Jason Merrill1-4/+2
1996-03-12dbxout.c (dbxout_type): Better "variant" handling to ignore const/volatile bu...Per Bothner1-3/+13
1996-02-29(dbxout_type, case METHOD_TYPE): Add CHARS (1) callJim Wilson1-0/+1
1996-02-12Changes to distinguish typedef from original type in debug output.Per Bothner1-1/+9
1996-02-06dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPE as a sub-range of i...Per Bothner1-3/+6
1996-01-30Don't include <string.h>. Don't compare strchr result to NULL.Ian Lance Taylor1-2/+1
1996-01-29Don't use #ifndef inside call to strchr, to avoid AIX problemIan Lance Taylor1-4/+5
1996-01-22Include <string.h>Ian Lance Taylor1-0/+1
1996-01-19Avoid minimal C++ debugging in a couple of cases where it doesn't workIan Lance Taylor1-8/+31
1996-01-02(gstab.h): Include if cross compiling.Jim Wilson1-1/+1
1995-12-13Output N_BINCL and N_EINCL stabs if DBX_USE_BINCL is defined.Ian Lance Taylor1-40/+152
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-04-12(dbxout_type_fields): Correct arguments to CHARS macro in flag_minimal_debug ...Jim Wilson1-9/+3
1995-03-11(dbxout_symbol): Properly handle decl whose DECL_NAME points to aRichard Kenner1-1/+4
1995-02-24(GDB_INV_REF_REGPARM_STABS_LETTER): New macro.Jim Wilson1-3/+11
1995-02-24(dbxout_parms): For parameters passed in memory...Jim Wilson1-88/+6
1995-02-05(dbxout_source_file): Clean up null tree pointer test. Update copyright.Doug Evans1-2/+2
1995-02-04(dbxout_source_file): Don't switch to text section if in function with sectio...Doug Evans1-2/+6
1994-12-09(dbxout_type_method_1): Don't try to look at the firstJason Merrill1-1/+1
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-6/+5
1994-09-09(dbxout_symbol_location): Handle error_mark_node inJim Wilson1-1/+7
1994-07-12(dbxout_source_file): Increment source_label_number outsideRichard Earnshaw1-1/+2
1994-07-02(dbxout_type_methods): Enable debugging info forJim Wilson1-0/+2
1994-06-18(dbxout_symbol): Replace DECL_IGNORED_P withJim Wilson1-1/+1
1994-06-15(dbxout_type): Fix call to bzero.Doug Evans1-4/+5