aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-06-23 07:04:10 +0000
committerIan Lance Taylor <ian@airs.com>2009-06-23 07:04:10 +0000
commitf7c8a183e8d2c83eddadddb3b473338abf30a1d5 (patch)
treed2bceeacff8a0d85d0dac1baff52cd9c84548ede /gold/ChangeLog
parente6a307bae3aac48d98d01f51308e238aeabbdfd4 (diff)
downloadgdb-f7c8a183e8d2c83eddadddb3b473338abf30a1d5.zip
gdb-f7c8a183e8d2c83eddadddb3b473338abf30a1d5.tar.gz
gdb-f7c8a183e8d2c83eddadddb3b473338abf30a1d5.tar.bz2
PR 10133
* stringpool.h (class Stringpool_template): Add optimize_ field. (Stringpool_template::set_optimize): New function. * stringpool.cc (Stringpool_template::Stringpool_template): Initialize optimize_ field. (Stringpool_template::set_string_offsets): Test local optimize fild rather than parameter. * layout.cc (Layout::Layout): Call set_optimize on the section name stringpool.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index ebb7a54..c62aa99 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,15 @@
+2009-06-23 Ian Lance Taylor <iant@google.com>
+
+ PR 10133
+ * stringpool.h (class Stringpool_template): Add optimize_ field.
+ (Stringpool_template::set_optimize): New function.
+ * stringpool.cc (Stringpool_template::Stringpool_template):
+ Initialize optimize_ field.
+ (Stringpool_template::set_string_offsets): Test local optimize
+ fild rather than parameter.
+ * layout.cc (Layout::Layout): Call set_optimize on the section
+ name stringpool.
+
2009-06-22 Ian Lance Taylor <iant@google.com>
PR 10030