aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2013-01-07 21:36:56 +0000
committerCary Coutant <ccoutant@google.com>2013-01-07 21:36:56 +0000
commit3136a00eec7368aa50169e286c6139a8e56f31a9 (patch)
treeb4664df55ccc337e8b36c408c3b4f5ead4121efd /gold/ChangeLog
parent07a8e9f0361a21ecced933a32e98a38e7b04d590 (diff)
downloadgdb-3136a00eec7368aa50169e286c6139a8e56f31a9.zip
gdb-3136a00eec7368aa50169e286c6139a8e56f31a9.tar.gz
gdb-3136a00eec7368aa50169e286c6139a8e56f31a9.tar.bz2
gold/
PR gold/14993 * output.cc (Output_section::add_input_section): For incremental updates, don't track input sections that are allocated from patch space.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 47ef7e8..9d48cd0 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-07 Cary Coutant <ccoutant@google.com>
+
+ PR gold/14993
+ * output.cc (Output_section::add_input_section): For incremental
+ updates, don't track input sections that are allocated from patch
+ space.
+
2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
Ian Lance Taylor <iant@google.com>