aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-18c-decl.c (grokdeclarator): Do not complain about redeclaring visible "static"...Mark Mitchell1-0/+7
2004-03-17dwarf2out.c (subrange_type_die): Define new variable "subtype" to hold the su...Joel Brobecker1-4/+5
2004-03-16* dwarf2out.c (loc_descriptor_from_tree): Add handling for MIN_EXPR.J. Brobecker1-4/+10
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-1/+1
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-4/+38
2004-03-08re PR debug/11983 (ICE in dwarf-2 on code using altivec)Alan Modra1-39/+164
2004-03-01re PR debug/14328 (gcc3.2.2 generates incorrect debugging enum values)Mark Mitchell1-10/+10
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-2/+2
2004-02-18dwarf2out.c (loclabel_num): Move outside #ifdef DWARF2_DEBUGGING_INFO and mar...Zack Weinberg1-3/+3
2004-02-18dwarf2out.c (loc_descriptor_from_tree): Handle EXPR_WITH_FILE_LOCATION.Paul Brook1-0/+3
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg1-0/+11
2004-02-11dwarf2out.c (output_loc_list): Remove no longer necessary, and now incorrect,...Daniel Berlin1-13/+1
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-6/+0
2004-02-06dwarf2out.c (loclabel_num): Move into #ifdef DWARF2_DEBUGGING_INFO.Andrew Pinski1-2/+3
2004-02-06dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function at the be...Daniel Berlin1-35/+343
2004-02-06Josef Zlomek <zlomekj@suse.cz>Josef Zlomek1-1/+2
2004-02-06re PR debug/11816 (Incorrect debugging information for anonymous structures)Ulrich Weigand1-2/+3
2004-02-06dwarf2out.c (output_loc_list): Don't use deltas if we have a separate line in...Daniel Berlin1-11/+22
2004-02-05dwarf2out.c (force_type_die): Look up input type itself instead of root_type(...Devang Patel1-2/+2
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth1-2/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-2/+2
2004-01-29Fix Ada breakage.Devang Patel1-3/+0
2004-01-29dwarf2out.c (struct die_struct): Added field decl_id.Josef Zlomek1-41/+29
2004-01-27Makefile.in (dwarf2out.o): Depend on input.hDevang Patel1-19/+181
2004-01-21sysv4.h (DWARF2_FRAME_REG_OUT): Define.Alan Modra1-19/+27
2004-01-17dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().J. Brobecker1-16/+14
2004-01-16re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka1-1/+1
2004-01-16Index: ChangeLogGeoffrey Keating1-1/+2
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2004-01-14re PR debug/13231 (Bad DWARF2 CFI when there is no frame pointer)Richard Henderson1-0/+7
2004-01-14dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.J. Brobecker1-5/+8
2004-01-12real.c: Update copyright date.Geoffrey Keating1-1/+1
2004-01-09dwarf2out.c (gen_enumeration_type_die): Return the DIE that we just created.J. Brobecker1-10/+31
2004-01-08dwarf2out.c (subrange_type_die): Add context_die parameter.Joel Brobecker1-4/+7
2004-01-06* dwarf2out.c (add_const_value_attribute): Remove incorrect comment.Geoffrey Keating1-5/+0
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-24Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell1-1/+1
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-9/+9
2003-12-08Support namespaces in DWARF 2 output.Jason Merrill1-15/+138
2003-11-21dwarf2out.c (add_location_or_const_value_attribute): Add support for PARALLEL.Daniel Berlin1-0/+27
2003-11-20re PR target/13131 (internal compiler error: in AT_flag, at dwarf2out.c:4480)Scott Snyder1-1/+1
2003-11-17re PR debug/11325 (nested class debug info missing)Scott Snyder1-3/+22
2003-11-10* dwarf2out.c (gen_label_die): Cope with DECL_RTL not set.Richard Henderson1-4/+5
2003-10-26dwarf2out.c (output_cfi): Use HOST_WIDE_INT_PRINT.Andreas Jaeger1-4/+5
2003-10-25dwarf2out.c (dw_cfi_oprnd_struct): Offset is HOST_WIDE_INT.Jan Hubicka1-50/+42
2003-10-22dwarf2out.c (dwarf2out_abstract_function): Use DW_AT to check presence of DW_...Jan Hubicka1-5/+5
2003-10-22re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka1-10/+12
2003-10-06Fix -feliminate-dwarf2-dups ICE.Devang Patel1-10/+1
2003-09-30dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor DWARF_ALT_FRAME_RETU...Richard Henderson1-1/+11
2003-09-29dwarf2out.c (default_eh_frame_section): Split into ...Rainer Orth1-5/+21