| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix nightly testing i386-coff libstdc++ build failure. | wilson | 1998-09-25 | 1 | -25/+32 |
* | * sdbout.c (sdbout_field_types): Don't emit the types of fields we | jason | 1998-09-24 | 1 | -4/+12 |
* | Warning fixes: | ghazi | 1998-06-22 | 1 | -2/+15 |
* | * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files. | robertl | 1998-05-18 | 1 | -3/+1 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -2/+6 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -2/+6 |
* | * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning | law | 1997-12-20 | 1 | -1/+10 |
* | * tree.c (build_range_type): Allow creation of ranges with no maximum. | law | 1997-12-18 | 1 | -0/+1 |
* | * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c, | rth | 1997-12-15 | 1 | -3/+3 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -1/+1 |
* | * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN | law | 1997-09-05 | 1 | -0/+2 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -2/+2 |
* | Change all calls to eliminate_regs. | kenner | 1997-03-15 | 1 | -4/+4 |
* | * sdbout.c (current_file): New global. | dje | 1996-11-15 | 1 | -0/+69 |
* | Include defaults.h. | kenner | 1996-10-09 | 1 | -0/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -3/+3 |
* | (gsyms.h): Include if CROSS_COMPILE is defined. | wilson | 1996-06-08 | 1 | -8/+14 |
* | Add prototypes for static functions. | kenner | 1996-05-19 | 1 | -17/+18 |
* | (plain_type_1, case ARRAY_TYPE): Subtract lower bound when writing | kenner | 1995-12-30 | 1 | -1/+2 |
* | (sdbout_symbol, case FUNCTION_DECL): Use DECL_INITIAL | wilson | 1995-12-19 | 1 | -1/+4 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | Changed WINNT to _WIN32. | kenner | 1995-05-16 | 1 | -1/+1 |
* | (plain_type): Pass additional argument to plain_type_1. | wilson | 1995-05-04 | 1 | -7/+28 |
* | (sdbout_one_type): Don't switch to text section if | wilson | 1995-05-01 | 1 | -1/+5 |
* | (sdbout_record_type_name): Correct indentation. | wilson | 1995-04-12 | 1 | -9/+3 |
* | (sdbout_record_type_name): If TYPE_NAME is a TYPE_DECL, get name from | kenner | 1995-03-10 | 1 | -6/+1 |
* | (syms.h): Don't include under Linux. | wilson | 1995-01-21 | 1 | -1/+1 |
* | (plain_type_1): For LONG_LONG_TYPE_SIZE, return T_[U]LONG instead of 0 | kenner | 1995-01-14 | 1 | -1/+3 |
* | Check target endianness at run time, not compile time | ian | 1994-11-16 | 1 | -6/+6 |
* | Don't include syms.h for winnt. | kenner | 1994-09-30 | 1 | -1/+1 |
* | (sdbout_symbol): Use DECL_ASSEMBLER_NAME if | wilson | 1994-06-18 | 1 | -1/+4 |
* | (sdbout_one_type): Use DECL_ASSEMBLER_NAME not | wilson | 1994-06-18 | 1 | -1/+6 |
* | (sdbout_one_type): Use DECL_ASSEMBLER_NAME if | wilson | 1994-06-18 | 1 | -1/+7 |
* | (sdbout_begin_block): Don't output block for function | wilson | 1994-04-04 | 1 | -2/+18 |
* | (sdbout_symbol): Remove decl of unused variable LETTER. | kenner | 1994-03-25 | 1 | -3/+1 |
* | (sdbout_symbol): Handle variables at zero offset from frame pointer. | wilson | 1994-01-04 | 1 | -5/+10 |
* | (sdbout_symbol): If non-static var has static-style RTL, | rms | 1993-11-16 | 1 | -0/+6 |
* | (sdbout_init) [RMS_QUICK_HACK_1]: Call sdbout_symbol for __vtbl_ptr_type. | rms | 1993-11-08 | 1 | -0/+8 |
* | (KNOWN_TYPE_TAG, SET_KNOWN_TYPE_TAG): Refer to TYPE_SYMTAB_POINTER and remove | kenner | 1993-10-12 | 1 | -6/+5 |
* | * sdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of | dje | 1993-09-24 | 1 | -1/+1 |
* | Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate. | kenner | 1993-04-13 | 1 | -1/+6 |
* | (PUSH_DERIVED_LEVEL): Cast enumm constants to int. | rms | 1993-03-09 | 1 | -2/+4 |
* | # Fix misspellings in comments. | eggert | 1993-01-10 | 1 | -1/+1 |
* | (plain_type_1): Distinguish some C integer types by name. | wilson | 1993-01-02 | 1 | -0/+28 |
* | (template_name_p): New function. | rms | 1992-11-24 | 1 | -2/+21 |
* | (plain_type_1): Handle LONG_TYPE_SIZE like INT_TYPE_SIZE. | rms | 1992-11-10 | 1 | -0/+2 |
* | (sdbout_symbol): Return if a symbol's DECL_NAME is | rms | 1992-10-24 | 1 | -0/+5 |
* | Don't use system syms.h on hpux. | rms | 1992-09-30 | 1 | -1/+1 |
* | entered into RCS | rms | 1992-07-20 | 1 | -1/+1 |