diff options
author | Nick Clifton <nickc@redhat.com> | 2016-02-09 09:56:21 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-02-09 10:47:54 +0000 |
commit | 027e9c750c20fe8031a2b6d6272cd57bbf445df5 (patch) | |
tree | 4239dc30b45ff76536a55578194b080124302ec1 /bfd/ChangeLog | |
parent | c23bbc1cdae6149de4175a75aa9bf9bcbc936fa4 (diff) | |
download | gdb-027e9c750c20fe8031a2b6d6272cd57bbf445df5.zip gdb-027e9c750c20fe8031a2b6d6272cd57bbf445df5.tar.gz gdb-027e9c750c20fe8031a2b6d6272cd57bbf445df5.tar.bz2 |
Add a more helpful warning message to explain why some AArch64 relocations can overflow.
bfd * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
helpful warning message to explain why certain AArch64 relocs
might overflow.
ld * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
* testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
* testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
* testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 88c663c..3c2e8cb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-02-09 Nick Clifton <nickc@redhat.com> + + * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more + helpful warning message to explain why certain AArch64 relocs + might overflow. + 2016-02-05 Simon Marchi <simon.marchi@ericsson.com> * pe-mips.c (coff_mips_reloc): Fix formatting. |