| Commit message (Expand) | Author | Age | Files | Lines |
* | * dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPE | bothner | 1996-02-06 | 1 | -3/+6 |
* | Don't include <string.h>. Don't compare strchr result to NULL. | ian | 1996-01-30 | 1 | -2/+1 |
* | Don't use #ifndef inside call to strchr, to avoid AIX problem | ian | 1996-01-29 | 1 | -4/+5 |
* | Include <string.h> | ian | 1996-01-22 | 1 | -0/+1 |
* | Avoid minimal C++ debugging in a couple of cases where it doesn't work | ian | 1996-01-19 | 1 | -8/+31 |
* | (gstab.h): Include if cross compiling. | wilson | 1996-01-02 | 1 | -1/+1 |
* | Output N_BINCL and N_EINCL stabs if DBX_USE_BINCL is defined. | ian | 1995-12-13 | 1 | -40/+152 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (dbxout_type_fields): Correct arguments to CHARS macro | wilson | 1995-04-12 | 1 | -9/+3 |
* | (dbxout_symbol): Properly handle decl whose DECL_NAME points to a | kenner | 1995-03-11 | 1 | -1/+4 |
* | (GDB_INV_REF_REGPARM_STABS_LETTER): New macro. | wilson | 1995-02-24 | 1 | -3/+11 |
* | (dbxout_parms): For parameters passed in memory, delete | wilson | 1995-02-24 | 1 | -88/+6 |
* | (dbxout_source_file): Clean up null tree pointer test. Update copyright. | dje | 1995-02-05 | 1 | -2/+2 |
* | (dbxout_source_file): Don't switch to text section if | dje | 1995-02-04 | 1 | -2/+6 |
* | (dbxout_type_method_1): Don't try to look at the first | merrill | 1994-12-09 | 1 | -1/+1 |
* | Check target endianness at run time, not compile time | ian | 1994-11-16 | 1 | -6/+5 |
* | (dbxout_symbol_location): Handle error_mark_node in | wilson | 1994-09-09 | 1 | -1/+7 |
* | (dbxout_source_file): Increment source_label_number outside | erich | 1994-07-12 | 1 | -1/+2 |
* | (dbxout_type_methods): Enable debugging info for | wilson | 1994-07-02 | 1 | -0/+2 |
* | (dbxout_symbol): Replace DECL_IGNORED_P with | wilson | 1994-06-18 | 1 | -1/+1 |
* | (dbxout_type): Fix call to bzero. | dje | 1994-06-15 | 1 | -4/+5 |
* | (dbxout_range_type): Handle an array range that is neither int nor subrange. | bothner | 1994-06-15 | 1 | -0/+2 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -3/+5 |
* | (dbxout_type): Always emit cross-references if | wilson | 1994-06-01 | 1 | -4/+7 |
* | (dbxout_type): Write non-default precision of of ENUMERAL_TYPEs. | bothner | 1994-05-16 | 1 | -0/+3 |
* | (dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference | dje | 1994-04-29 | 1 | -1/+1 |
* | (dbxout_type): Re-enable debugging output for anonymous | wilson | 1994-04-01 | 1 | -13/+18 |
* | (dbxout_symbol): Remove decls of unused variables. | kenner | 1994-03-25 | 1 | -3/+1 |
* | (dbxout_parms): For parameter living in psuedo-reg that | wilson | 1994-03-23 | 1 | -3/+3 |
* | (source_label_number): New variable. | wilson | 1994-03-21 | 1 | -1/+9 |
* | Use new flag TYPE_STRING_FLAG instead of STRING_TYPE. | bothner | 1994-02-16 | 1 | -0/+17 |
* | Don't treat anonymous fields as belonging to the containing object. | bothner | 1994-02-12 | 1 | -10/+12 |
* | * dbxout.c (dbxout_range_type): If the range has a base type | bothner | 1994-01-12 | 1 | -1/+1 |
* | (dbxout_parms): For parameter passed by invisible | wilson | 1993-12-23 | 1 | -2/+9 |
* | (dbxout_type): The "base type" of a SET_TYPE is its DOMAIN_TYPE, not | kenner | 1993-12-11 | 1 | -1/+1 |
* | (dbxout_type_field): Skip fields with variable | rms | 1993-11-13 | 1 | -3/+5 |
* | (dbxout_parms): Fix previous change. | rms | 1993-11-11 | 1 | -1/+1 |
* | (dbxout_symbol): If it's C++, don't check the | rms | 1993-11-11 | 1 | -1/+4 |
* | (dbxout_parms): For parms passed via invisible | wilson | 1993-11-10 | 1 | -2/+6 |
* | (dbxout_symbol_location): Test DECL_IN_TEXT_SECTION. | rms | 1993-11-04 | 1 | -1/+1 |
* | (dbxout_type): Print `-2' instead of `0037777777776' | rms | 1993-11-03 | 1 | -6/+6 |
* | (print_int_cst_octal): Fix bug in last change. | kenner | 1993-10-19 | 1 | -5/+4 |
* | (dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider | kenner | 1993-10-12 | 1 | -2/+20 |
* | (dbxout_type, case INTEGER_TYPE): Correctly check for type smaller | kenner | 1993-10-08 | 1 | -1/+2 |
* | (dbxout_parms): Don't confuse a parameter at an offset of zero from AP | kenner | 1993-10-08 | 1 | -4/+4 |
* | (FILE_NAME_JOINER): Default is "/". | eggert | 1993-09-28 | 1 | -6/+20 |
* | * dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated | dje | 1993-09-24 | 1 | -1/+1 |
* | Better encoding of CHAR_TYPE and BOOLEAN_TYPE. | bothner | 1993-09-17 | 1 | -2/+10 |
* | (dbxout_parms): For parameters in registers, if use | wilson | 1993-09-08 | 1 | -4/+14 |
* | (dbxout_type): Handle enum constants bigger than one word. | rms | 1993-09-07 | 1 | -3/+12 |