summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* (dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.rms1993-11-041-1/+1
* (dbxout_type): Print `-2' instead of `0037777777776'rms1993-11-031-6/+6
* (print_int_cst_octal): Fix bug in last change.kenner1993-10-191-5/+4
* (dbxout_type, case INTEGER_TYPE): Output bounds in octal if type widerkenner1993-10-121-2/+20
* (dbxout_type, case INTEGER_TYPE): Correctly check for type smallerkenner1993-10-081-1/+2
* (dbxout_parms): Don't confuse a parameter at an offset of zero from APkenner1993-10-081-4/+4
* (FILE_NAME_JOINER): Default is "/".eggert1993-09-281-6/+20
* * dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminateddje1993-09-241-1/+1
* Better encoding of CHAR_TYPE and BOOLEAN_TYPE.bothner1993-09-171-2/+10
* (dbxout_parms): For parameters in registers, if usewilson1993-09-081-4/+14
* (dbxout_type): Handle enum constants bigger than one word.rms1993-09-071-3/+12