aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2016-01-31 11:52:24 -0500
committerJohn David Anglin <danglin@gcc.gnu.org>2016-01-31 11:52:24 -0500
commit6d4b2867f8441c7bf75dfef6b3c95a10241f9709 (patch)
treea0bc3682f4afd2f9e1fb83d49e87104e6dbb15e0 /bfd/ChangeLog
parentd9e3b590692e62d83c21e39ec6641c4c09e70e4c (diff)
downloadgdb-6d4b2867f8441c7bf75dfef6b3c95a10241f9709.zip
gdb-6d4b2867f8441c7bf75dfef6b3c95a10241f9709.tar.gz
gdb-6d4b2867f8441c7bf75dfef6b3c95a10241f9709.tar.bz2
Fix /usr/bin/ld: final link failed: File truncated error on hppa.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d6e4d03..83472f4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-31 John David Anglin <danglin@gcc.gnu.org>
+
+ PR ld/19526
+ * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
+ files.
+ * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
+
2016-01-30 H.J. Lu <hongjiu.lu@intel.com>
PR ld/19539