summaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
Commit message (Expand)AuthorAgeFilesLines
* * sdbout.c: #include ggc.h.kenner2001-03-211-24/+33
* * sdbout.c (sdbout_symbol): Use DECL_RTL_SET_P, SET_DECL_RTL.mmitchel2001-03-151-3/+5
* * sdbout.c (sdbout_one_type): Skip types with indeterminate size.rth2001-01-301-6/+8
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-3/+2
* * sdbout.c (PUT_SDB_DEF): Fix after last bogus change.msokolov2001-01-211-5/+0
* * gcse.c (set_hash_table_size): Now unsigned.kenner2000-10-201-9/+10
* Remove obstacks.mmitchel2000-10-131-1/+1
* * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):amylaar2000-09-181-3/+8
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-34/+0
* * sdbout.c (struct sdb_file): NAME now const.kenner2000-06-061-3/+3
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-4/+1
* gccnathan2000-03-211-2/+2
* * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"rth2000-03-201-10/+11
* * Clean up usages of TREE_INT_CST_LOW.kenner2000-03-171-21/+23
* * emit-rtl.c (remove_unncessary_notes): Remove notes for emptymmitchel2000-02-281-13/+4
* * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner2000-02-201-1/+2
* * reload.c: PROTO -> PARAMS.ghazi2000-01-171-14/+14
* * Makefile.in (toplev.o): Depend on regs.h.ghazi2000-01-111-0/+1
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-2/+4
* * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses aroundghazi2000-01-091-3/+3
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-2/+2
* * output.h (current_function_is_leaf,wehle1999-04-181-1/+1
* * sdbout.c (sdbout_symbol): Do not call build_pointer_type, buildlaw1999-03-281-1/+6
* * sdbout.c (syms.h): Don't include on Interix.law1999-03-221-1/+1
* Warning fixes:ghazi1999-03-191-2/+2
* * sdbout.c (plain_type_1): Make boolean types work better with sdb.law1999-03-101-0/+1
* Fix nightly testing i386-coff libstdc++ build failure.wilson1998-09-251-25/+32
* * sdbout.c (sdbout_field_types): Don't emit the types of fields wejason1998-09-241-4/+12
* Warning fixes:ghazi1998-06-221-2/+15
* * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.robertl1998-05-181-3/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-2/+6
* Major cutover to using system.h:ghazi1998-03-201-1/+1
* Bring in final gcc-2.8.0 changes.law1998-01-141-2/+6
* * bitmap.c (bitmap_clear): Ensure `inline' is at the beginninglaw1997-12-201-1/+10
* * tree.c (build_range_type): Allow creation of ranges with no maximum.law1997-12-181-0/+1
* * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,rth1997-12-151-3/+3
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-1/+1
* * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAINlaw1997-09-051-0/+2
* reformat a little to match GNU coding standards.mrs1997-05-061-2/+2
* Change all calls to eliminate_regs.kenner1997-03-151-4/+4
* * sdbout.c (current_file): New global.dje1996-11-151-0/+69
* Include defaults.h.kenner1996-10-091-0/+1
* formatting tweaksmrs1996-07-031-3/+3
* (gsyms.h): Include if CROSS_COMPILE is defined.wilson1996-06-081-8/+14
* Add prototypes for static functions.kenner1996-05-191-17/+18
* (plain_type_1, case ARRAY_TYPE): Subtract lower bound when writingkenner1995-12-301-1/+2
* (sdbout_symbol, case FUNCTION_DECL): Use DECL_INITIALwilson1995-12-191-1/+4
* Update FSF address.kenner1995-06-151-1/+2
* Changed WINNT to _WIN32.kenner1995-05-161-1/+1
* (plain_type): Pass additional argument to plain_type_1.wilson1995-05-041-7/+28