From 7bbdd4e9c3f0647ee683a7e433128737139275fe Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 27 Jul 2011 11:36:25 +0200 Subject: [PATCH] dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy of the string. * dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy of the string. (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections before .debug_line, not after it. From-SVN: r176819 --- gcc/ChangeLog | 5 +++++ gcc/dwarf2out.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a64dd56d87e..266216c809b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-07-27 Jakub Jelinek + + * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm + option. + 2011-07-27 Kai Tietz * tree-vrp.c (extract_range_from_binary_expr): Remove diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 8ea9f378786..7109c9dbfb3 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -18244,6 +18244,7 @@ gen_producer_string (void) case OPT__output_pch_: case OPT_fdiagnostics_show_location_: case OPT_fdiagnostics_show_option: + case OPT_fverbose_asm: case OPT____: case OPT__sysroot_: case OPT_nostdinc: -- 2.30.2