aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-02-06 16:53:00 -0800
committerJim Wilson <jimw@sifive.com>2018-02-06 16:53:41 -0800
commited01220cc81fac2f65abde945d9b77b11d004361 (patch)
treec8f045472950953b064091c72e13d5fe7fb30799 /bfd/ChangeLog
parentf3342ae0302f2059324a7b90bc466b0d15fdc2aa (diff)
downloadgdb-ed01220cc81fac2f65abde945d9b77b11d004361.zip
gdb-ed01220cc81fac2f65abde945d9b77b11d004361.tar.gz
gdb-ed01220cc81fac2f65abde945d9b77b11d004361.tar.bz2
RISC-V: Eliminate spurious error w/ reloc truncated message
bfd/ * elfnn-riscv.c (riscv_elf_relocate_section): Return TRUE if used callback to report an error.
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 56c3feb..4a4167c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-06 Jim Wilson <jimw@sifive.com>
+
+ * elfnn-riscv.c (riscv_elf_relocate_section): Return TRUE if used
+ callback to report an error.
+
2018-02-06 Eric Botcazou <ebotcazou@adacore.com>
PR ld/22263