aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-11dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson1-1/+1
2001-09-10dwarf2out.c (incomplete_types, [...]): Make them into varray's and register t...Tim Freeman1-60/+20
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-17varasm.c (text_section): Allow TEXT_SECTION to override the printing of TEXT_...Richard Henderson1-9/+3
2001-08-17dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.Richard Henderson1-12/+12
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-20/+19
2001-08-14dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCE...Richard Henderson1-4/+5
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-13dwarf2out.c (output_cfa_loc): Fix typo in comment.Theodore Papadopoulo1-1/+1
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-8/+8
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-57/+34
2001-08-03mkdeps.c (deps_add_default_target): Make local variable ``start'' a const cha...Andrew Cagney1-10/+14
2001-07-28dwarf2out.c (dw_val_class_offset): New.Richard Henderson1-20/+235
2001-07-26simplify-rtx.c (avoid_constant_pool_reference): Export.Richard Henderson1-1/+6
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-3/+11
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-1/+20
2001-07-19dwarf2out.c (dwarf2out_abstract_function): Don't emit in-class declaration at...Jeff Sturm1-4/+7
2001-07-17dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth1-6/+19
2001-07-15dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth1-16/+18
2001-07-12Makefile.in (final.o): Depend on debug.h.Neil Booth1-7/+15
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-33/+27
2001-07-11dwarf2out.c (dwarf2out_init, [...]): Add dummy version #ifndef DWARF2_DEBUGGI...Richard Kenner1-4/+20
2001-07-11calls.c (emit_library_call_value_1): Fix a comment typo.Kazu Hirata1-1/+1
2001-07-10Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines.Neil Booth1-3/+16
2001-07-10dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have .loc support.Jason Merrill1-6/+5
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-3/+3
2001-07-06dwarf2out.c (mem_loc_descriptor): Only look through a constant pool reference...Jason Merrill1-4/+2
2001-07-05dwarf2out.c (output_loc_list): Use an all ones mask for .text asm output and ...Nathan Sidwell1-12/+19
2001-07-05dwarf2out.c (dwarf2out_define): Update comment.Daniel Berlin1-6/+11
2001-07-04c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin1-59/+97
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-3/+1
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis1-0/+1
2001-06-05dwarf2.h (DW_EH_PE_aligned): New.Richard Henderson1-4/+44
2001-06-04tree.def (ARRAY_RANGE_REF): New code.Richard Kenner1-0/+1
2001-05-30* dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.Richard Henderson1-2/+3
2001-05-21dwarf2out.c (current_funcdef_number): Move outside dwarf2 conditional ifdef.Richard Henderson1-7/+7
2001-05-21dwarf2out.c (DEBUG_FRAME_SECTION): Rename from FRAME_SECTION.Richard Henderson1-4/+4
2001-05-20dwarf2out.c (DEBUG_ABBREV_SECTION, [...]): Rename from s/DEBUG_//.Richard Henderson1-28/+31
2001-05-18dwarf2out.c: Add dw_loc_list_ref, a reference to a location list.Daniel Berlin1-8/+187
2001-05-18function.c (expand_function_start): Avoid creating BLKmode pseudos.Mark Mitchell1-21/+25
2001-05-17* dwarf2out.c (modified_type_die): Equate qualified type to die.Mark Kettenis1-0/+4
2001-05-16except.c (eh_data_format_name): Move to ...Richard Henderson1-33/+93
2001-05-11defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson1-1/+22
2001-05-10dwarf2out.c (mem_loc_descriptor): Do not pass constant pool contents for a SY...Toon Moene1-2/+8
2001-04-24If a SYMBOL_REF is in the constant pool, use the pool's SYMBOL_REF.Nick Clifton1-0/+6
2001-04-12dwarf2out.c (modified_type_die): Don't create new types here.Mark Mitchell1-12/+25
2001-04-05dwarf2out.c (output_cfi): Add 'for_eh' parameter, use PTR_SIZE instead of DWA...Andrew MacLeod1-19/+26
2001-04-04DWARF2 frame notes for hppa.Alan Modra1-45/+72
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-3/+3
2001-04-03dwarf2out.c (dwarf2out_frame_debug_expr): Move errant HIGH and LO_SUM cases t...Alan Modra1-14/+14