diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 65cb9939d9b..9569688ba10 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2012-08-24 Simon Baldwin <simonb@google.com> + + * dwarf2out.c (gen_producer_string): Omit command line switch if + CL_NO_DWARF_RECORD flag set. + * opts.h (CL_NO_DWARF_RECORD): New. + * opt-functions.awk (switch_flags): Add NoDWARFRecord. + * doc/options.texi: Document NoDWARFRecord option flag. + 2012-08-24 H.J. Lu <hongjiu.lu@intel.com> PR debug/52857 |