aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-6/+5
1994-09-09(dbxout_symbol_location): Handle error_mark_node inJim Wilson1-1/+7
1994-07-12(dbxout_source_file): Increment source_label_number outsideRichard Earnshaw1-1/+2
1994-07-02(dbxout_type_methods): Enable debugging info forJim Wilson1-0/+2
1994-06-18(dbxout_symbol): Replace DECL_IGNORED_P withJim Wilson1-1/+1
1994-06-15(dbxout_type): Fix call to bzero.Doug Evans1-4/+5
1994-06-15(dbxout_range_type): Handle an array range that is neither int nor subrange.Per Bothner1-0/+2
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-3/+5
1994-05-31(dbxout_type): Always emit cross-references ifJim Wilson1-4/+7
1994-05-16(dbxout_type): Write non-default precision of of ENUMERAL_TYPEs.Per Bothner1-0/+3
1994-04-29(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross referenceDoug Evans1-1/+1
1994-03-31(dbxout_type): Re-enable debugging output for anonymous structures.Jim Wilson1-13/+18
1994-03-25(dbxout_symbol): Remove decls of unused variables.Richard Kenner1-3/+1
1994-03-23(dbxout_parms): For parameter living in psuedo-reg thatJim Wilson1-3/+3
1994-03-21(source_label_number): New variable.Jim Wilson1-1/+9
1994-02-15Use new flag TYPE_STRING_FLAG instead of STRING_TYPE.Per Bothner1-0/+17
1994-02-11Don't treat anonymous fields as belonging to the containing object.Per Bothner1-10/+12
1994-01-12dbxout.c (dbxout_range_type): If the range has a base type (TREE_TYPE)...Per Bothner1-1/+1
1993-12-22(dbxout_parms): For parameter passed by invisibleJim Wilson1-2/+9
1993-12-11(dbxout_type): The "base type" of a SET_TYPE is its DOMAIN_TYPE, notRichard Kenner1-1/+1
1993-11-13(dbxout_type_field): Skip fields with variableRichard Stallman1-3/+5
1993-11-11(dbxout_parms): Fix previous change.Richard Stallman1-1/+1
1993-11-11(dbxout_symbol): If it's C++, don't check theRichard Stallman1-1/+4
1993-11-10(dbxout_parms): For parms passed via invisibleJim Wilson1-2/+6
1993-11-04(dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.Richard Stallman1-1/+1
1993-11-03(dbxout_type): Print `-2' instead of `0037777777776' for an enumeration const...Richard Stallman1-6/+6
1993-10-19(print_int_cst_octal): Fix bug in last change.Richard Kenner1-5/+4
1993-10-12(dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than H...Richard Kenner1-2/+20
1993-10-08(dbxout_type, case INTEGER_TYPE): Correctly check for type smallerRichard Kenner1-1/+2
1993-10-08(dbxout_parms): Don't confuse a parameter at an offset of zero from APRichard Kenner1-4/+4
1993-09-28(FILE_NAME_JOINER): Default is "/".Paul Eggert1-6/+20
1993-09-24dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now...Doug Evans1-1/+1
1993-09-17Better encoding of CHAR_TYPE and BOOLEAN_TYPE.Per Bothner1-2/+10
1993-09-08(dbxout_parms): For parameters in registers, if useJim Wilson1-4/+14
1993-09-07(dbxout_type): Handle enum constants bigger than one word.Richard Stallman1-3/+12
1993-07-18(dbxout_symbol_location): Call in_text_sectionRichard Stallman1-1/+1
1993-07-15(dbxout_symbol_location): Subroutine broken out from dbxout_symbol.Richard Stallman1-188/+215
1993-06-19(dbxout_type): Reinstall #if 0 around code forRichard Stallman1-0/+2
1993-05-28(dbxout_type): Add missing `;' for array with no domain.Richard Stallman1-3/+3
1993-05-26(dbxout_block) [DBX_BLOCKS_FUNCTION_RELATIVE]:Richard Stallman1-2/+2
1993-05-13(dbxout_parms): Don't output a parm if it's a mem that has a constant address.Richard Stallman1-1/+5
1993-04-13(dbxout_symbol): Last arg to eliminate_regs is NULL_RTX.Richard Kenner1-1/+1
1993-04-13(dbxout_type): Make just cross refs for struct typesRichard Stallman1-3/+4
1993-04-13Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate.Richard Kenner1-2/+7
1993-03-23(dbxout_type): Use int_size_in_bytes instead of size_in_bytes forRichard Kenner1-5/+4
1993-03-04(dbxout_type): Handle complex integer types.Richard Stallman1-2/+21
1993-03-02Define and use new function dbxout_range_type.Per Bothner1-16/+41
1993-02-26(dbxout_type): Enable output of subrange types if use_gnu_debug_info_extensions.Richard Stallman1-6/+2
1993-01-22Cygnus<-->FSF mergeBrendan Kehoe1-1/+4
1993-01-12dbxout.c (dbxout_type): Call with missing third arg as 0.Brendan Kehoe1-2/+2