diff options
author | Nick Clifton <nickc@redhat.com> | 2013-04-29 08:33:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-04-29 08:33:51 +0000 |
commit | 7fcfd62ddcaf55a68737baf108e3a7fe3764736e (patch) | |
tree | 0d84752d49798331324ab73f34f0b2eb9606ce58 /bfd/ChangeLog | |
parent | 47d21dc5204be6dcb0c9388f0af24a0c829ae149 (diff) | |
download | gdb-7fcfd62ddcaf55a68737baf108e3a7fe3764736e.zip gdb-7fcfd62ddcaf55a68737baf108e3a7fe3764736e.tar.gz gdb-7fcfd62ddcaf55a68737baf108e3a7fe3764736e.tar.bz2 |
* elf64-aarch64.c (elf64_aarch64_check_relocs): Move relocation
error check up and add error message.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 12a44f4..14abe01 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-04-29 Will Newton <will.newton@linaro.org> + + * elf64-aarch64.c (elf64_aarch64_check_relocs): Move relocation + error check up and add error message. + 2013-04-26 Will Newton <will.newton@linaro.org> * elf64-aarch64.c (elf64_aarch64_check_relocs): Remove dead code. |