aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2009-04-24 19:48:21 +0000
committerChris Demetriou <cgd@google.com>2009-04-24 19:48:21 +0000
commit6d1e3092b4f527690c739a113caa7a123959c807 (patch)
tree54e74a40d28849f3cd67e78620bb1012bef7e90c /gold/ChangeLog
parent40fde48809fd5e9473aa572eee879bb70ce81258 (diff)
downloadgdb-6d1e3092b4f527690c739a113caa7a123959c807.zip
gdb-6d1e3092b4f527690c739a113caa7a123959c807.tar.gz
gdb-6d1e3092b4f527690c739a113caa7a123959c807.tar.bz2
2008-04-23 Elliott Hughes <enh@google.com>
* output.cc (Output_file::close): After short writes, continue writing from the correct offset in the buffer being written.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index bec3a75..c9a42a8 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23 Elliott Hughes <enh@google.com>
+
+ * output.cc (Output_file::close): After short writes, continue
+ writing from the correct offset in the buffer being written.
+
2009-04-23 Chris Demetriou <cgd@google.com>
* configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.