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/ChangeLog | |
parent | 8f68367581882f06e7bae855f48963de021d0e2d (diff) | |
download | gdb-fb1b895daad773efd7dc023f913678e9c80d8c3a.zip gdb-fb1b895daad773efd7dc023f913678e9c80d8c3a.tar.gz gdb-fb1b895daad773efd7dc023f913678e9c80d8c3a.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 3d93e22..bc21207 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,19 @@ 2012-06-06 Cary Coutant <ccoutant@google.com> + * 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. + +2012-06-06 Cary Coutant <ccoutant@google.com> + * configure.ac: Add check for fallocate. * configure: Regenerate. * config.in: Regenerate. |