]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elfnn-riscv.c
Improve RISC-V LD error message
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 19 Dec 2016 06:53:46 +0000 (22:53 -0800)
committerAlan Modra <amodra@gmail.com>
Tue, 20 Dec 2016 01:56:22 +0000 (12:26 +1030)
commit96b0927de3ebdb302d8d571c43da3db5ec23847e
treefb0aedc3c8f56d77954323aecff3d8fa10b95081
parentdd1d944e2321de26f75a21f42750dd38ed964714
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.
bfd/ChangeLog
bfd/elfnn-riscv.c