Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-11-04 | (dbxout_symbol_location): Test DECL_IN_TEXT_SECTION. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r5990 | |||||
1993-11-03 | (dbxout_type): Print `-2' instead of `0037777777776' for an enumeration ↵ | Richard Stallman | 1 | -6/+6 | |
constant whose value is -2... (dbxout_type): Print `-2' instead of `0037777777776' for an enumeration constant whose value is -2; otherwise, GDB 4.11 rejects the type. From-SVN: r5979 | |||||
1993-10-19 | (print_int_cst_octal): Fix bug in last change. | Richard Kenner | 1 | -5/+4 | |
From-SVN: r5812 | |||||
1993-10-12 | (dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than ↵ | Richard Kenner | 1 | -2/+20 | |
HOST_WIDE_INT. (dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than HOST_WIDE_INT. (print_int_cst_octal): Trim bound by precision of its type. Avoid warning on what may be shift into sign bit. From-SVN: r5751 | |||||
1993-10-08 | (dbxout_type, case INTEGER_TYPE): Correctly check for type smaller | Richard Kenner | 1 | -1/+2 | |
than `integer'. From-SVN: r5691 | |||||
1993-10-08 | (dbxout_parms): Don't confuse a parameter at an offset of zero from AP | Richard Kenner | 1 | -4/+4 | |
or FP with one that has variable size. From-SVN: r5674 | |||||
1993-09-28 | (FILE_NAME_JOINER): Default is "/". | Paul Eggert | 1 | -6/+20 | |
(dbxout_init, dbxout_source_file): Quote special characters in file names. From-SVN: r5495 | |||||
1993-09-24 | dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now... | Doug Evans | 1 | -1/+1 | |
* dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now, use HARD_FRAME_POINTER_REGNUM. From-SVN: r5452 | |||||
1993-09-17 | Better encoding of CHAR_TYPE and BOOLEAN_TYPE. | Per Bothner | 1 | -2/+10 | |
From-SVN: r5344 | |||||
1993-09-08 | (dbxout_parms): For parameters in registers, if use | Jim Wilson | 1 | -4/+14 | |
DECL_RTL, then must use TREE_TYPE instead of DECL_ARG_TYPE. From-SVN: r5291 | |||||
1993-09-07 | (dbxout_type): Handle enum constants bigger than one word. | Richard Stallman | 1 | -3/+12 | |
Don't print big unsigned values as negative. From-SVN: r5273 | |||||
1993-07-18 | (dbxout_symbol_location): Call in_text_section | Richard Stallman | 1 | -1/+1 | |
to decide whether to use DBX_STATIC_CONST_VAR_CODE. From-SVN: r4933 | |||||
1993-07-15 | (dbxout_symbol_location): Subroutine broken out from dbxout_symbol. | Richard Stallman | 1 | -188/+215 | |
(dbxout_symbol_location): Subroutine broken out from dbxout_symbol. Handle CONCAT here. (dbxout_symbol_name): New subroutine. Handle anonymous decls too. (dbxout_reg_parms): Simplify using dbxout_symbol_location. Handle CONCAT. From-SVN: r4921 | |||||
1993-06-19 | (dbxout_type): Reinstall #if 0 around code for | Richard Stallman | 1 | -0/+2 | |
outputting structure types, that confused GDB. From-SVN: r4698 | |||||
1993-05-28 | (dbxout_type): Add missing `;' for array with no domain. | Richard Stallman | 1 | -3/+3 | |
From-SVN: r4589 | |||||
1993-05-26 | (dbxout_block) [DBX_BLOCKS_FUNCTION_RELATIVE]: | Richard Stallman | 1 | -2/+2 | |
Get function name from DECL_RTL not from DECL_ASSEMBLER_NAME. From-SVN: r4567 | |||||
1993-05-13 | (dbxout_parms): Don't output a parm if it's a mem that has a constant address. | Richard Stallman | 1 | -1/+5 | |
From-SVN: r4440 | |||||
1993-04-13 | (dbxout_symbol): Last arg to eliminate_regs is NULL_RTX. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r4137 | |||||
1993-04-13 | (dbxout_type): Make just cross refs for struct types | Richard Stallman | 1 | -3/+4 | |
with TYPE_DECLs marked with DECL_IGNORED_P. From-SVN: r4127 | |||||
1993-04-13 | Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate. | Richard Kenner | 1 | -2/+7 | |
From-SVN: r4118 | |||||
1993-03-23 | (dbxout_type): Use int_size_in_bytes instead of size_in_bytes for | Richard Kenner | 1 | -5/+4 | |
consistency with other code. From-SVN: r3834 | |||||
1993-03-04 | (dbxout_type): Handle complex integer types. | Richard Stallman | 1 | -2/+21 | |
From-SVN: r3634 | |||||
1993-03-02 | Define and use new function dbxout_range_type. | Per Bothner | 1 | -16/+41 | |
From-SVN: r3619 | |||||
1993-02-26 | (dbxout_type): Enable output of subrange types if use_gnu_debug_info_extensions. | Richard Stallman | 1 | -6/+2 | |
(dbxout_type): Enable output of subrange types if use_gnu_debug_info_extensions. (dbxout_finish_symbol): Enable output of symbols line number. From-SVN: r3544 | |||||
1993-01-22 | Cygnus<-->FSF merge | Brendan Kehoe | 1 | -1/+4 | |
From-SVN: r3303 | |||||
1993-01-12 | dbxout.c (dbxout_type): Call with missing third arg as 0. | Brendan Kehoe | 1 | -2/+2 | |
* dbxout.c (dbxout_type) [case FILE_TYPE, SET_TYPE]: Call with missing third arg as 0. From-SVN: r3213 | |||||
1993-01-10 | # Fix misspellings in comments. | Paul Eggert | 1 | -1/+1 | |
From-SVN: r3180 | |||||
1993-01-01 | (dbxout_symbol, TYPE_DECL case): Don't output tag which | Jim Wilson | 1 | -1/+4 | |
references incomplete type. From-SVN: r3050 | |||||
1992-11-23 | (dbxout_type): Handle need for name of a RECORD_TYPE when it has none. | Richard Stallman | 1 | -1/+5 | |
From-SVN: r2778 | |||||
1992-11-07 | (dbxout_symbol): Give name ` ' to unnamed enums. | Richard Stallman | 1 | -1/+3 | |
From-SVN: r2709 | |||||
1992-09-25 | (dbxout_symbol): For anonymous enum, output type anyway. | Richard Stallman | 1 | -0/+18 | |
From-SVN: r2246 | |||||
1992-09-09 | (dbxout_type_fields): Handle nameless subrecords for Pascal. | Richard Stallman | 1 | -3/+43 | |
(dbxout_type): Handle CHAR_TYPE, BOOLEAN_TYPE. FILE_TYPE, SET_TYPE. From-SVN: r2079 | |||||
1992-08-04 | Include output.h. | Richard Stallman | 1 | -0/+1 | |
From-SVN: r1761 | |||||
1992-07-31 | (dbxout_parms): Do something for structures | Richard Stallman | 1 | -3/+37 | |
passed by invisible reference, and living in memory. From-SVN: r1727 | |||||
1992-07-27 | (dbxout_symbol): Distinguish implicit C++ typedefs | Richard Stallman | 1 | -4/+5 | |
from explicit C typedefs for structs, using DECL_SOURCE_LINE. From-SVN: r1690 | |||||
1992-07-24 | include defaults.h. | Michael Meissner | 1 | -0/+1 | |
From-SVN: r1680 | |||||
1992-07-23 | (dbxout_source_line): New function. | Richard Stallman | 1 | -0/+18 | |
From-SVN: r1664 | |||||
1992-07-20 | (dbxout_block): obey DBX_BLOCKS_FUNCTION_RELATIVE | Richard Stallman | 1 | -0/+15 | |
(dbxout_block): obey DBX_BLOCKS_FUNCTION_RELATIVE (dbxout_init): Use ASM_IDENTIFY_GCC_AFTER_SOURCE if defined. From-SVN: r1644 | |||||
1992-07-12 | Renamed TREE_INLINE, TREE_NONLOCAL, TREE_REGDECL, TREE_EXTERNAL. | Richard Stallman | 1 | -2/+2 | |
to DECL_INLINE, DECL_NONLOCAL, DECL_REGISTER, DECL_EXTERNAL. From-SVN: r1570 | |||||
1992-07-10 | (dbxout_type_methods): Fix minimal_debug so that it skips a redundant class ↵ | Richard Stallman | 1 | -0/+11 | |
name prefix, as intended. (dbxout_type_methods): Fix minimal_debug so that it skips a redundant class name prefix, as intended. It now expects the length digits that precede the class name. From-SVN: r1552 | |||||
1992-07-06 | entered into RCS | Richard Kenner | 1 | -19/+20 | |
From-SVN: r1469 | |||||
1992-07-05 | *** empty log message *** | Richard Stallman | 1 | -1/+3 | |
From-SVN: r1444 | |||||
1992-07-05 | *** empty log message *** | Richard Stallman | 1 | -18/+17 | |
From-SVN: r1438 | |||||
1992-06-30 | *** empty log message *** | Richard Stallman | 1 | -21/+6 | |
From-SVN: r1350 | |||||
1992-06-26 | *** empty log message *** | Richard Stallman | 1 | -11/+0 | |
From-SVN: r1288 | |||||
1992-06-24 | *** empty log message *** | Richard Stallman | 1 | -1/+1 | |
From-SVN: r1263 | |||||
1992-06-10 | *** empty log message *** | Richard Stallman | 1 | -0/+29 | |
From-SVN: r1186 | |||||
1992-05-15 | *** empty log message *** | Richard Stallman | 1 | -10/+41 | |
From-SVN: r993 | |||||
1992-05-12 | *** empty log message *** | Mike Stump | 1 | -2/+5 | |
From-SVN: r962 | |||||
1992-05-07 | *** empty log message *** | Richard Stallman | 1 | -2/+2 | |
From-SVN: r930 |