aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2008-12-05 21:13:35 +0000
committerCary Coutant <ccoutant@google.com>2008-12-05 21:13:35 +0000
commitfd06b4aa51e5e4b322f4784e3ea248e25aab733a (patch)
treea7ba84deb25f1e34d89df746d8728a0396dec609 /gold/ChangeLog
parent116e096528b54672ab60a35e88312ca57200232c (diff)
downloadgdb-fd06b4aa51e5e4b322f4784e3ea248e25aab733a.zip
gdb-fd06b4aa51e5e4b322f4784e3ea248e25aab733a.tar.gz
gdb-fd06b4aa51e5e4b322f4784e3ea248e25aab733a.tar.bz2
* layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
Handle --strip-lto-sections option. * options.h (strip_lto_sections): New option.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index da757f0..7d0d9cc 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-05 Cary Coutant <ccoutant@google.com>
+
+ * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
+ Handle --strip-lto-sections option.
+ * options.h (strip_lto_sections): New option.
+
2008-12-01 Cary Coutant <ccoutant@google.com>
* plugin.cc (ld_plugin_message): Change format parameter to const.