summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-1/+1
* convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode2003-06-161-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* dwarf2out.c (loc_descriptor_from_tree): Return 0 for language-specific tree c...Richard Henderson2003-06-051-0/+8
* c-decl.c (c_init_decl_processing): Clear input_file_name while building commo...J"orn Rennecke2003-06-041-2/+5
* * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.Alan Modra2003-06-041-1/+3
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai2003-05-201-1/+0
* builtins.c (expand_builtin): Remove.Richard Henderson2003-05-031-2/+2
* dwarf2out.c (dwarf2out_init, [...]): Change parameter name from input_filename.Nathan Sidwell2003-05-011-6/+6
* dwarf2out.c (output_call_frame_info): No need to output EH unwind information...Geoffrey Keating2003-04-291-1/+2
* dwarf2out.c (fde_table_allocated): Mark with GTY.Geoffrey Keating2003-04-231-31/+23
* dwarf2out.c (is_ada, [...]): New functions.Joel Brobecker2003-04-211-13/+80
* dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR and *_DIV_EXPR a...Vincent Celier2003-04-181-0/+6
* dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead of DW_LANG_Ada...Joel Brobecker2003-04-141-1/+1
* dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, [...]): Take into account DWARF_INITI...Kevin Buettner2003-04-081-4/+6
* dbxout.c (scope_labelno): Add GTY.Geoffrey Keating2003-04-051-1/+2
* dwarf2out.c (lookup_filename): Don't check for "<internal>".Jason Merrill2003-04-031-6/+2
* dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an optimization ...Richard Henderson2003-04-021-7/+9
* PR target/10114 and PR target/10084Eric Botcazou2003-03-281-0/+5
* Add support for DWARF 3 64-bit sections.Kevin Buettner2003-03-191-2/+28
* dwarf2out.c (output_file_names): Cast size_t to unsigned long for format.Andreas Schwab2003-03-181-1/+1
* re PR debug/9039 (ICE, anonymous union, gen_decl_die, dwarf2out.c:11974)Jason Merrill2003-03-151-0/+3
* re PR debug/6387 (-fpic -gdwarf-2 -g1 combination give ICE in dwarf2out)Jason Merrill2003-03-151-1/+7
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-8/+4
* * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.Aldy Hernandez2003-03-111-1/+1
* calls.c: Fix comment formatting.Kazu Hirata2003-03-081-2/+2
* dwarf2out.c (size_of_die): Compute size of external reference to die correctly.Zdenek Dvorak2003-03-061-1/+4
* tm.texi: Document TARGET_DWARF_REGISTER_SPAN.Aldy Hernandez2003-03-051-5/+73
* dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for global registe...Kevin Buettner2003-03-041-2/+6
* dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and prune_un...Zdenek Dvorak2003-03-031-3/+3
* flags.h: Add flag_eliminate_unused_debug_types.Scott Snyder2003-02-281-152/+395
* Change base class access representation.Nathan Sidwell2003-02-201-8/+12
* dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR with *targe...Roger Sayle2003-02-061-11/+5
* dwarf2out.c (dwarf2out_finish): Add AT_comp_dir attribute even if input file ...Jakub Jelinek2003-02-041-0/+10
* dwarf2out.c (gen_type_die): Check for typedefs before calling for TYPE_MAIN_V...Daniel Jacobowitz2003-02-011-11/+14
* dwarf2out.c (lookup_filename): Fix printf format warning.Richard Henderson2003-01-211-1/+1
* dwarf2out (output_file_names): Don't crash if called with empty file_table.Ulrich Weigand2003-01-211-0/+8
* dwarf2out.c (fde_table_in_use): Mark GTY.Ulrich Weigand2003-01-211-5/+3
* dwarf2out.c (struct file_table): Remove.Richard Henderson2003-01-161-75/+74
* dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi2003-01-161-4/+28
* Merge from pch-branch.Geoffrey Keating2003-01-101-207/+281
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-37/+34
* varasm.c (default_exception_section): Move to...Jakub Jelinek2002-11-261-0/+17
* Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.Zdenek Dvorak2002-10-271-25/+376
* dwarf2out.c (loc_descriptor_from_tree): Relax requirement for TLS debug info ...Richard Henderson2002-10-011-1/+1
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* target.h (struct gcc_target): New field terminate_dw2_eh_frame_info.Stan Shebs2002-09-131-3/+1
* dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.Richard Henderson2002-09-081-20/+108
* function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings2002-08-251-2/+5
* alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi2002-08-211-2/+2