aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-06dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be zero if ther...Brendan Kehoe1-0/+8
1999-12-05dwarf2out.c (add_abstract_origin_attribute): Don't abort when the original di...Mark Mitchell1-1/+1
1999-11-30dwarf2out.c (scope_die_for): Only handle types.Jason Merrill1-135/+61
1999-11-25dwarf2out.c (pend_type, [...]): Lose.Jason Merrill1-76/+15
1999-11-24dwarf2out.c (free_AT, free_die): New fns.Jason Merrill1-39/+195
1999-11-23revert AT_containing_type changeJason Merrill1-6/+3
1999-11-22dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.Jason Merrill1-284/+282
1999-11-17dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1 for the common ...Jason Merrill1-1/+1
1999-11-15dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table notion of nes...Jason Merrill1-26/+77
1999-11-10dwarf2out.c (add_AT_location_description): Allow (mem (plus (pseudo) (...)) too.Jeffrey A Law1-0/+7
1999-11-06Makefile.in (dbxout.o): Depend on ggc.h.Mark Mitchell1-0/+4
1999-11-03* dwarf2out.c: Do not include ctype.h.Jeffrey A Law1-1/+0
1999-10-31[multiple changes]Richard Kenner1-174/+63
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-1/+1
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1-98/+14
1999-09-28Fix the handling of inline, unresolved type references.Nick Clifton1-13/+16
1999-09-23dwarf2out.c (output_aranges): Use DW_AT_location to find the symbol for a var...Jason Merrill1-12/+24
1999-09-22Fix complex-5.c problemMichael Meissner1-4/+15
1999-09-09defaults.h (EH_FRAME_SECTION, [...]): Define here.Jason Merrill1-18/+0
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-1/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-7/+7
1999-09-03dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1-20/+9
1999-09-02dwarf2out.c (dwarf2out_line): Constify `lastfile'.Richard Henderson1-1/+1
1999-09-02combine.c (simplify_shift_const): Remove extra semicolon.Finn Hakansson1-1/+1
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-1/+0
1999-08-31Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1-2/+0
1999-08-30dwarf2out.c (mem_loc_descriptor): New argument MODE.Jeffrey A Law1-9/+33
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