diff options
author | Cary Coutant <ccoutant@google.com> | 2012-06-07 05:14:44 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2012-06-07 05:14:44 +0000 |
commit | fb1b895daad773efd7dc023f913678e9c80d8c3a (patch) | |
tree | 3da7c44732411d64fd0c5f70dcde24f6b9d6b64a /gold/options.h | |
parent | 8f68367581882f06e7bae855f48963de021d0e2d (diff) | |
download | ppe42-binutils-fb1b895daad773efd7dc023f913678e9c80d8c3a.tar.gz ppe42-binutils-fb1b895daad773efd7dc023f913678e9c80d8c3a.zip |
gold/
* layout.cc (gdb_sections): Remove ".debug_" prefixes,
add .debug_macro.
(lines_only_debug_sections): Likewise.
(gdb_fast_lookup_sections): New static array.
(is_gdb_debug_section): Rename formal parameter.
(is_lines_only_debug_section): Likewise.
(is_gdb_fast_lookup_section): New function.
(Layout::include_section): Check for ".zdebug_" prefix; pass
section name suffix to is_gdb_debug_section, et al.; check for
fast-lookup sections when building .gdb_index.
* options.h (--strip-debug-gdb): Update GDB version number.
Diffstat (limited to 'gold/options.h')
-rw-r--r-- | gold/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/options.h b/gold/options.h index 6463b809dd..50762a5446 100644 --- a/gold/options.h +++ b/gold/options.h @@ -1011,7 +1011,7 @@ class General_options N_("Emit only debug line number information"), NULL); DEFINE_bool(strip_debug_gdb, options::TWO_DASHES, '\0', false, N_("Strip debug symbols that are unused by gdb " - "(at least versions <= 6.7)"), NULL); + "(at least versions <= 7.4)"), NULL); DEFINE_bool(strip_lto_sections, options::TWO_DASHES, '\0', true, N_("Strip LTO intermediate code sections"), NULL); |