aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2011-06-17 13:31:33 +0000
committerIan Lance Taylor <ian@airs.com>2011-06-17 13:31:33 +0000
commit534b4e5f33e3ca020d31835860dc6aa4943668f7 (patch)
tree34d6a5d85cc22088bb00d6f7cd636f39f91f9107 /gold/ChangeLog
parent10b4f10252b11483486df1be14037c1dd4c554bb (diff)
downloadgdb-534b4e5f33e3ca020d31835860dc6aa4943668f7.zip
gdb-534b4e5f33e3ca020d31835860dc6aa4943668f7.tar.gz
gdb-534b4e5f33e3ca020d31835860dc6aa4943668f7.tar.bz2
PR gold/12893
* resolve.cc (Symbol_table::resolve): Don't give an error if a symbol is redefined with the exact same object and value.
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 0501ec3..4a072a8 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,11 @@
2011-06-17 Ian Lance Taylor <iant@google.com>
+ PR gold/12893
+ * resolve.cc (Symbol_table::resolve): Don't give an error if a
+ symbol is redefined with the exact same object and value.
+
+2011-06-17 Ian Lance Taylor <iant@google.com>
+
PR gold/12880
* layout.h (class Layout): Add interp_segment_ field.
* layout.cc (Layout::Layout): Initialize interp_segment_ field.