aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-26Fix aranges corruption for non-mips 64 bit targets.Jim Wilson1-2/+8
1999-08-26Add support for defering line number table construction to assembler.Jim Wilson1-5/+34
1999-08-26Accept LABEL_REFs as well as SYMBOL_REFs in mem_loc_descriptor()Nick Clifton1-0/+4
1999-08-10dwarf2out.c (dwarf2out_frame_debug_expr, [...]): Add static prototype.Kaveh R. Ghazi1-27/+31
1999-08-10output.h (assemble_name): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-03dwarf2out.c (add_location_or_const_value_attribute): Correct test for sizes o...Hans-Peter Nilsson1-1/+2
1999-08-03toplev.h (errorcount): Declare.Mark Mitchell1-1/+0
1999-07-22defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.Mark Mitchell1-2/+6
1999-07-20* dwarf2out.c (output_abbrev_section): Terminate with a zero.Hans-Peter Nilsson1-0/+3
1999-07-08dwarf2out.c (dwarf2out_line): Emit a line number comment after the label if w...Jason Merrill1-0/+4
1999-07-06dwarf2out.c (gen_struct_or_union_type_die): Only remember types on the perman...Jason Merrill1-1/+4
1999-06-22RetabifyMichael Meissner1-133/+133
1999-06-02dwarf2out.c (add_incomplete_type): New fn.Jason Merrill1-1/+57
1999-05-25output.h (STRIP_NAME_ENCODING): Provide default definition.Jeffrey A Law1-1/+3
1999-04-18output.h (current_function_is_leaf, [...]): Declare.John Wehle1-1/+1
1999-03-29dwarf2out.c (output_line_info): Don't emit redundant info.Jason Merrill1-42/+76
1999-03-25rtl.texi (RTX_FRAME_RELATED_P): Add documentation.Andrew Macleod1-192/+227
1999-03-21Preserve programmer specified labels, and emit debug info for them even ifNick Clifton1-1/+7
1999-03-11dwarf2out.c (add_AT_lbl_offset): Rename from add_AT_section_offset.Jason Merrill1-26/+56
1999-02-25dwarf2out.c (scope_die_for): Set scope_die to comp_unit_die rather than asser...Jason Merrill1-2/+4
1999-02-24Fix dwarf2 debug error found by gdb testsuite: add big-endian correction.Jim Wilson1-0/+32
1999-02-01Add 1999 copyright.Kaveh Ghazi1-1/+1
1999-02-01system.h (inline, const): Handle these for stage2 (and later) gcc.Kaveh R. Ghazi1-4/+0
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1998-12-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-12-14dwarf2out.c (gen_struct_or_union_type_die): Check AGGREGATE_TYPE_P instead of...Jason Merrill1-4/+10
1998-12-14output.h (force_data_section): New prototype.Andrew MacLeod1-1/+1
1998-11-03Comment to document possible problems with last change.Jim Wilson1-0/+8
1998-10-31dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_DWARF_DELTA4 for the CIE...Mark Mitchell1-1/+1
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-7/+10
1998-10-14Forgot to commit.Jeff Law1-1/+1
1998-10-13Warning fixes:Kaveh R. Ghazi1-29/+32
1998-10-05If errorcount nonzero, don't call abort if the function is already defined.Nick Clifton1-1/+11
1998-10-03dwarf2out.c (expand_builtin_dwarf_reg_size): Initialize last_end to 0x7fffffff.John Carr1-1/+3
1998-10-01dwarf2out.c (expand_builtin_dwarf_reg_size): Use FIRST_PSEUDO_REGISTER as upp...David S. Miller1-1/+1
1998-10-01dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work with more than three...John Carr1-9/+11
1998-09-10tree.h (DECL_ORIGIN): New macro.Mark Mitchell1-18/+8
1998-09-05rtl.h (enum reg_note): Add REG_FRAME_RELATED_EXPR.Richard Henderson1-1/+13
1998-08-11Fix sparc64-elf build problem.Jim Wilson1-0/+10
1998-07-30dyn-string.h: New file.Mark Mitchell1-43/+35
1998-07-23Patch from Torbjorn Granlund.Jim Wilson1-2/+4
1998-07-22dwarf2out.c (output_aranges): Call stripattributes for TEXT_SECTION references.Catherine Moore1-4/+4
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+4
1998-06-19svr4.h (ASM_GENERATE_INTERNAL_LABEL): Cast arg to unsigned.Jason Merrill1-9/+9
1998-06-19* dwarf2out.c (getpwd): Add prototype.H.J. Lu1-1/+1
1998-06-18Fix cygwin32 hosted dwarf2 target problem with line number info.Jim Wilson1-18/+7
1998-06-17dwarf2out.c: Disable EH_FRAME_SECTION if we don't have .init.Jason Merrill1-0/+5
1998-06-16Fix bug reported by tege. section names wrong if USER_LABEL_PREFIX non-null.Jim Wilson1-4/+6
1998-05-20* dwarf2out.c (base_type_die): Use int_size_in_bytes.Jason Merrill1-1/+1
1998-05-19Warning Fixes:Kaveh R. Ghazi1-5/+12