Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -1/+1 | |
From-SVN: r16278 | |||||
1997-09-05 | sdbout.c (plain_type_1, [...]): Verify that TYPE_DOMAIN has integer ↵ | Jim Wilson | 1 | -0/+2 | |
TYPE_{MAX,MIN}_VALUE before using them. * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN has integer TYPE_{MAX,MIN}_VALUE before using them. Bring over from the FSF. From-SVN: r15117 | |||||
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -2/+2 | |
From-SVN: r14024 | |||||
1997-03-15 | Change all calls to eliminate_regs. | Richard Kenner | 1 | -4/+4 | |
From-SVN: r13705 | |||||
1996-11-15 | sdbout.c (current_file): New global. | Doug Evans | 1 | -0/+69 | |
* sdbout.c (current_file): New global. (PUT_SDB_SRC_FILE): New PUT_SDB_FOO macro. (sdbout_init): Initialize current_file ifdef MIPS_DEBUGGING_INFO. (sdbout_{start_new,resume_previous}_source_file): New functions. * toplev.c (debug_{start,end}_source_file): Call them if SDB_DEBUG. * mips/mips.h (PUT_SDB_SRC_FILE): Define. From-SVN: r13179 | |||||
1996-10-09 | Include defaults.h. | Richard Kenner | 1 | -0/+1 | |
From-SVN: r12922 | |||||
1996-07-03 | formatting tweaks | Mike Stump | 1 | -3/+3 | |
From-SVN: r12390 | |||||
1996-06-07 | (gsyms.h): Include if CROSS_COMPILE is defined. | Jim Wilson | 1 | -8/+14 | |
(plain_type_1): Use TYPE_PRECISION instead of TYPE_SIZE. Add check for LONG_DOUBLE_TYPE_SIZE if EXTENDED_SDB_BASIC_TYPES. From-SVN: r12223 | |||||
1996-05-19 | Add prototypes for static functions. | Richard Kenner | 1 | -17/+18 | |
(sdbout_parms, sdbout_reg_parms): Delete extra parm to plain_type. From-SVN: r12047 | |||||
1995-12-30 | (plain_type_1, case ARRAY_TYPE): Subtract lower bound when writing | Richard Kenner | 1 | -1/+2 | |
dimension. From-SVN: r10906 | |||||
1995-12-18 | (sdbout_symbol, case FUNCTION_DECL): Use DECL_INITIAL | Jim Wilson | 1 | -1/+4 | |
instead of DECL_EXTERNAL to identify declarations. From-SVN: r10805 | |||||
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9966 | |||||
1995-05-16 | Changed WINNT to _WIN32. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r9732 | |||||
1995-05-04 | (plain_type): Pass additional argument to plain_type_1. | Jim Wilson | 1 | -7/+28 | |
(plain_type_1): New parameter level. Increment it when making recursive calls. Force the type to void_type_mode before starting a 7th level of recursion. From-SVN: r9572 | |||||
1995-05-01 | (sdbout_one_type): Don't switch to text section if | Jim Wilson | 1 | -1/+5 | |
in function with section attribute. From-SVN: r9560 | |||||
1995-04-12 | (sdbout_record_type_name): Correct indentation. | Jim Wilson | 1 | -9/+3 | |
(sdbout_symbol): Use DECL_ASSEMBLER_NAME unconditionally. (sdbout_one_type): Likewise. From-SVN: r9365 | |||||
1995-03-10 | (sdbout_record_type_name): If TYPE_NAME is a TYPE_DECL, get name from | Richard Kenner | 1 | -6/+1 | |
DECL_NAME. From-SVN: r9166 | |||||
1995-01-20 | (syms.h): Don't include under Linux. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r8780 | |||||
1995-01-13 | (plain_type_1): For LONG_LONG_TYPE_SIZE, return T_[U]LONG instead of 0 (i.e. | Richard Kenner | 1 | -1/+3 | |
(plain_type_1): For LONG_LONG_TYPE_SIZE, return T_[U]LONG instead of 0 (i.e. T_VOID). From-SVN: r8755 | |||||
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -6/+6 | |
From-SVN: r8470 | |||||
1994-09-30 | Don't include syms.h for winnt. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r8181 | |||||
1994-06-18 | (sdbout_symbol): Use DECL_ASSEMBLER_NAME if | Jim Wilson | 1 | -1/+4 | |
DECL_LANG_SPECIFIC is set. From-SVN: r7522 | |||||
1994-06-18 | (sdbout_one_type): Use DECL_ASSEMBLER_NAME not | Jim Wilson | 1 | -1/+6 | |
DECL_NAME for child_type that is a template type. From-SVN: r7518 | |||||
1994-06-18 | (sdbout_one_type): Use DECL_ASSEMBLER_NAME if | Jim Wilson | 1 | -1/+7 | |
DECL_LANG_SPECIFIC is set. From-SVN: r7516 | |||||
1994-04-04 | (sdbout_begin_block): Don't output block for function level scope unless ↵ | Jim Wilson | 1 | -2/+18 | |
MIPS_DEBUGGING_INFO is defined. (sdbout_begin_block): Don't output block for function level scope unless MIPS_DEBUGGING_INFO is defined. (sdbout_end_block): Likewise. Add new parameter n for the block number. From-SVN: r6966 | |||||
1994-03-25 | (sdbout_symbol): Remove decl of unused variable LETTER. | Richard Kenner | 1 | -3/+1 | |
(sdbout_type): Remove decl of unused variable TEM. From-SVN: r6894 | |||||
1994-01-04 | (sdbout_symbol): Handle variables at zero offset from frame pointer. | Jim Wilson | 1 | -5/+10 | |
From-SVN: r6358 | |||||
1993-11-16 | (sdbout_symbol): If non-static var has static-style RTL, | Richard Stallman | 1 | -0/+6 | |
don't output anything for it. From-SVN: r6106 | |||||
1993-11-08 | (sdbout_init) [RMS_QUICK_HACK_1]: Call sdbout_symbol for __vtbl_ptr_type. | Richard Stallman | 1 | -0/+8 | |
From-SVN: r6040 | |||||
1993-10-12 | (KNOWN_TYPE_TAG, SET_KNOWN_TYPE_TAG): Refer to TYPE_SYMTAB_POINTER and ↵ | Richard Kenner | 1 | -6/+5 | |
remove casts. (KNOWN_TYPE_TAG, SET_KNOWN_TYPE_TAG): Refer to TYPE_SYMTAB_POINTER and remove casts. (tag_of_ru_type): Likewise. From-SVN: r5756 | |||||
1993-09-24 | sdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of ↵ | Doug Evans | 1 | -1/+1 | |
FRAME_POINTER_REGNUM. * sdbout.c: (sdbout_symbol): Use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM. From-SVN: r5467 | |||||
1993-04-13 | Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate. | Richard Kenner | 1 | -1/+6 | |
From-SVN: r4118 | |||||
1993-03-09 | (PUSH_DERIVED_LEVEL): Cast enumm constants to int. | Richard Stallman | 1 | -2/+4 | |
From-SVN: r3681 | |||||
1993-01-10 | # Fix misspellings in comments. | Paul Eggert | 1 | -1/+1 | |
From-SVN: r3183 | |||||
1993-01-01 | (plain_type_1): Distinguish some C integer types by name. | Jim Wilson | 1 | -0/+28 | |
From-SVN: r3046 | |||||
1992-11-24 | (template_name_p): New function. | Richard Stallman | 1 | -2/+21 | |
(sdbout_record_type_name): Use it to possibly use the DECL_ASSEMBLER_NAME instead of DECL_NAME if looking at a template. (sdbout_symbol): Ditto. From-SVN: r2787 | |||||
1992-11-10 | (plain_type_1): Handle LONG_TYPE_SIZE like INT_TYPE_SIZE. | Richard Stallman | 1 | -0/+2 | |
From-SVN: r2739 | |||||
1992-10-24 | (sdbout_symbol): Return if a symbol's DECL_NAME is | Richard Stallman | 1 | -0/+5 | |
empty, since we won't be able to make a symtab of it. From-SVN: r2585 | |||||
1992-09-30 | Don't use system syms.h on hpux. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r2286 | |||||
1992-07-20 | entered into RCS | Richard Stallman | 1 | -1/+1 | |
From-SVN: r1639 | |||||
1992-07-12 | *** empty log message *** | Richard Stallman | 1 | -2/+2 | |
From-SVN: r1566 | |||||
1992-07-06 | *** empty log message *** | Charles Hannum | 1 | -1/+1 | |
From-SVN: r1479 | |||||
1992-07-06 | *** empty log message *** | Richard Kenner | 1 | -2/+2 | |
From-SVN: r1475 | |||||
1992-06-30 | *** empty log message *** | Richard Stallman | 1 | -7/+11 | |
From-SVN: r1349 | |||||
1992-05-31 | *** empty log message *** | Richard Stallman | 1 | -2/+11 | |
From-SVN: r1130 | |||||
1992-05-27 | *** empty log message *** | Richard Stallman | 1 | -0/+6 | |
From-SVN: r1104 | |||||
1992-05-07 | *** empty log message *** | Richard Stallman | 1 | -1/+1 | |
From-SVN: r930 | |||||
1992-03-21 | *** empty log message *** | Tom Wood | 1 | -1/+1 | |
From-SVN: r553 | |||||
1992-03-11 | *** empty log message *** | Michael Meissner | 1 | -1/+1 | |
From-SVN: r437 | |||||
1992-03-11 | *** empty log message *** | Richard Stallman | 1 | -6/+54 | |
From-SVN: r433 |