summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* (dbxout_symbol): Fix forgotten case in last change: checkkenner1996-09-241-1/+4
* (dbxout_function): Don't check DECL_SECTION_NAME beforewilson1996-09-231-2/+1
* formatting tweaksmrs1996-07-031-7/+7
* (dbxout_function): Respect NO_DBX_FUNCTION_END.kenner1996-06-281-1/+1
* Add prototypes for all static functions.kenner1996-05-191-115/+20
* * dbxout.c (dbxout_function): When deciding to call dbxout_function_enddje1996-05-061-1/+2
* * flags.h (flag_function_sections): Declare.law1996-04-151-0/+25
* (dbxout_typedefs): Don't emit incomplete types yet.merrill1996-04-121-4/+2
* * dbxout.c (dbxout_type): Better "variant" handling to ignorebothner1996-03-131-3/+13
* (dbxout_type, case METHOD_TYPE): Add CHARS (1) callwilson1996-03-011-0/+1
* Changes to distinguish typedef from original type in debug output.bothner1996-02-121-1/+9
* * dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPEbothner1996-02-061-3/+6
* Don't include <string.h>. Don't compare strchr result to NULL.ian1996-01-301-2/+1
* Don't use #ifndef inside call to strchr, to avoid AIX problemian1996-01-291-4/+5
* Include <string.h>ian1996-01-221-0/+1
* Avoid minimal C++ debugging in a couple of cases where it doesn't workian1996-01-191-8/+31
* (gstab.h): Include if cross compiling.wilson1996-01-021-1/+1
* Output N_BINCL and N_EINCL stabs if DBX_USE_BINCL is defined.ian1995-12-131-40/+152
* Update FSF address.kenner1995-06-151-1/+2
* (dbxout_type_fields): Correct arguments to CHARS macrowilson1995-04-121-9/+3
* (dbxout_symbol): Properly handle decl whose DECL_NAME points to akenner1995-03-111-1/+4
* (GDB_INV_REF_REGPARM_STABS_LETTER): New macro.wilson1995-02-241-3/+11
* (dbxout_parms): For parameters passed in memory, deletewilson1995-02-241-88/+6
* (dbxout_source_file): Clean up null tree pointer test. Update copyright.dje1995-02-051-2/+2
* (dbxout_source_file): Don't switch to text section ifdje1995-02-041-2/+6
* (dbxout_type_method_1): Don't try to look at the firstmerrill1994-12-091-1/+1
* Check target endianness at run time, not compile timeian1994-11-161-6/+5
* (dbxout_symbol_location): Handle error_mark_node inwilson1994-09-091-1/+7
* (dbxout_source_file): Increment source_label_number outsideerich1994-07-121-1/+2
* (dbxout_type_methods): Enable debugging info forwilson1994-07-021-0/+2
* (dbxout_symbol): Replace DECL_IGNORED_P withwilson1994-06-181-1/+1
* (dbxout_type): Fix call to bzero.dje1994-06-151-4/+5
* (dbxout_range_type): Handle an array range that is neither int nor subrange.bothner1994-06-151-0/+2
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-3/+5
* (dbxout_type): Always emit cross-references ifwilson1994-06-011-4/+7
* (dbxout_type): Write non-default precision of of ENUMERAL_TYPEs.bothner1994-05-161-0/+3
* (dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross referencedje1994-04-291-1/+1
* (dbxout_type): Re-enable debugging output for anonymouswilson1994-04-011-13/+18
* (dbxout_symbol): Remove decls of unused variables.kenner1994-03-251-3/+1
* (dbxout_parms): For parameter living in psuedo-reg thatwilson1994-03-231-3/+3
* (source_label_number): New variable.wilson1994-03-211-1/+9
* Use new flag TYPE_STRING_FLAG instead of STRING_TYPE.bothner1994-02-161-0/+17
* Don't treat anonymous fields as belonging to the containing object.bothner1994-02-121-10/+12
* * dbxout.c (dbxout_range_type): If the range has a base typebothner1994-01-121-1/+1
* (dbxout_parms): For parameter passed by invisiblewilson1993-12-231-2/+9
* (dbxout_type): The "base type" of a SET_TYPE is its DOMAIN_TYPE, notkenner1993-12-111-1/+1
* (dbxout_type_field): Skip fields with variablerms1993-11-131-3/+5
* (dbxout_parms): Fix previous change.rms1993-11-111-1/+1
* (dbxout_symbol): If it's C++, don't check therms1993-11-111-1/+4
* (dbxout_parms): For parms passed via invisiblewilson1993-11-101-2/+6