aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2016-12-18 22:53:46 -0800
committerAlan Modra <amodra@gmail.com>2016-12-20 12:26:22 +1030
commit96b0927de3ebdb302d8d571c43da3db5ec23847e (patch)
treefb0aedc3c8f56d77954323aecff3d8fa10b95081 /bfd/ChangeLog
parentdd1d944e2321de26f75a21f42750dd38ed964714 (diff)
downloadgdb-96b0927de3ebdb302d8d571c43da3db5ec23847e.zip
gdb-96b0927de3ebdb302d8d571c43da3db5ec23847e.tar.gz
gdb-96b0927de3ebdb302d8d571c43da3db5ec23847e.tar.bz2
Improve RISC-V LD error message
I recently ran into this error message and found it's not helpful: it just tells me some temporary file can't be linked. This slightly improved one at least tells me it's because of an elf32/elf64 conflict. * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Improve error message when linking elf32 and elf64.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 36d83e9..8e0269c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-20 Palmer Dabbelt <palmer@dabbelt.com>
+
+ * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Improve
+ error message when linking elf32 and elf64.
+
2016-12-19 Christian Groessler <chris@groessler.org>
* elf32-arm.c (elf32_arm_popcount): Rename from 'popcount'. Make