aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-03-06 02:34:13 +0000
committerIan Lance Taylor <ian@airs.com>2010-03-06 02:34:13 +0000
commit9e9e071b2e0501d3413f48030f0f0edb0131305a (patch)
treeb397dca9925ab979588440c4f91539ae0b9ec3b6 /gold/ChangeLog
parentbce522a2604ef89eceb4c7b7987a30e3d6c58825 (diff)
downloadgdb-9e9e071b2e0501d3413f48030f0f0edb0131305a.zip
gdb-9e9e071b2e0501d3413f48030f0f0edb0131305a.tar.gz
gdb-9e9e071b2e0501d3413f48030f0f0edb0131305a.tar.bz2
* options.h (class General_options): Add --spare-dynamic-tags.
* output.cc (Output_data_dynamic::set_final_data_size): Implement --spare-dynamic-tags.
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 b632096..1ae668b 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,11 @@
2010-03-05 Ian Lance Taylor <iant@google.com>
+ * options.h (class General_options): Add --spare-dynamic-tags.
+ * output.cc (Output_data_dynamic::set_final_data_size): Implement
+ --spare-dynamic-tags.
+
+2010-03-05 Ian Lance Taylor <iant@google.com>
+
* incremental.cc: Include "libiberty.h".
2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>