aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-05-26 12:24:45 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2016-05-26 12:28:59 +0100
commited53407eec9eba3b55a3a00fb7eaa7eddbf01363 (patch)
treeabf4dced982505b61144fe149fc99e7374e237e9 /ld/ChangeLog
parent0d832c8ea736150cb246f8988b2f9f78bf58de5e (diff)
downloadgdb-ed53407eec9eba3b55a3a00fb7eaa7eddbf01363.zip
gdb-ed53407eec9eba3b55a3a00fb7eaa7eddbf01363.tar.gz
gdb-ed53407eec9eba3b55a3a00fb7eaa7eddbf01363.tar.bz2
MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange'
Upon a `bfd_reloc_outofrange' error continue processing so that any further issues are also reported, similarly to how `bfd_reloc_overflow' is handled. Adjust message formatting accordingly, using `%X' to abort processing at conclusion. Reduce the number of test cases by grouping relocations the handling of which can now be verified together with a single source and dump. bfd/ * elfxx-mips.c (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Use the `%X%H' rather than `%C' format for message. Continue processing rather than returning failure. ld/ * testsuite/ld-mips-elf/unaligned-jalx-0.d: Fold `unaligned-jalx-2' here. * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: Fold `unaligned-jalx-mips16-2' here. * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: Fold `unaligned-jalx-micromips-2' here. * testsuite/ld-mips-elf/unaligned-jalx-0.s: Update accordingly. * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error message. * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise. * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise. * testsuite/ld-mips-elf/unaligned-jalx-2.d: Remove test. * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: Remove test. * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: Remove test. * testsuite/ld-mips-elf/unaligned-jalx-2.s: Remove test source. * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Fold `unaligned-lwpc-3' here. * testsuite/ld-mips-elf/unaligned-lwpc-0.s: Update accordingly. * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Fold `unaligned-lwpc-2' here. * testsuite/ld-mips-elf/unaligned-lwpc-1.s: Update accordingly. * testsuite/ld-mips-elf/unaligned-lwpc-2.d: Remove test. * testsuite/ld-mips-elf/unaligned-lwpc-2.s: Remove test source. * testsuite/ld-mips-elf/unaligned-lwpc-3.d: Remove test. * testsuite/ld-mips-elf/unaligned-lwpc-3.s: Remove test source. * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Fold `unaligned-ldpc-4' here. * testsuite/ld-mips-elf/unaligned-ldpc-0.s: Update accordingly. * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Update error message. Fold `unaligned-ldpc-2' and `unaligned-ldpc-3' here. * testsuite/ld-mips-elf/unaligned-ldpc-1.s: Update accordingly. * testsuite/ld-mips-elf/unaligned-ldpc-2.d: Remove test. * testsuite/ld-mips-elf/unaligned-ldpc-2.s: Remove test source. * testsuite/ld-mips-elf/unaligned-ldpc-3.d: Remove test. * testsuite/ld-mips-elf/unaligned-ldpc-3.s: Remove test source. * testsuite/ld-mips-elf/unaligned-ldpc-4.d: Remove test. * testsuite/ld-mips-elf/unaligned-ldpc-4.s: Remove test source. * testsuite/ld-mips-elf/mips-elf.exp: Delete removed tests.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9812e7c..4462450 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,45 @@
+2016-05-26 Maciej W. Rozycki <macro@imgtec.com>
+
+ * testsuite/ld-mips-elf/unaligned-jalx-0.d: Fold
+ `unaligned-jalx-2' here.
+ * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: Fold
+ `unaligned-jalx-mips16-2' here.
+ * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: Fold
+ `unaligned-jalx-micromips-2' here.
+ * testsuite/ld-mips-elf/unaligned-jalx-0.s: Update accordingly.
+ * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error
+ message.
+ * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise.
+ * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise.
+ * testsuite/ld-mips-elf/unaligned-jalx-2.d: Remove test.
+ * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: Remove test.
+ * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: Remove
+ test.
+ * testsuite/ld-mips-elf/unaligned-jalx-2.s: Remove test source.
+ * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Fold
+ `unaligned-lwpc-3' here.
+ * testsuite/ld-mips-elf/unaligned-lwpc-0.s: Update accordingly.
+ * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Fold
+ `unaligned-lwpc-2' here.
+ * testsuite/ld-mips-elf/unaligned-lwpc-1.s: Update accordingly.
+ * testsuite/ld-mips-elf/unaligned-lwpc-2.d: Remove test.
+ * testsuite/ld-mips-elf/unaligned-lwpc-2.s: Remove test source.
+ * testsuite/ld-mips-elf/unaligned-lwpc-3.d: Remove test.
+ * testsuite/ld-mips-elf/unaligned-lwpc-3.s: Remove test source.
+ * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Fold
+ `unaligned-ldpc-4' here.
+ * testsuite/ld-mips-elf/unaligned-ldpc-0.s: Update accordingly.
+ * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Update error
+ message. Fold `unaligned-ldpc-2' and `unaligned-ldpc-3' here.
+ * testsuite/ld-mips-elf/unaligned-ldpc-1.s: Update accordingly.
+ * testsuite/ld-mips-elf/unaligned-ldpc-2.d: Remove test.
+ * testsuite/ld-mips-elf/unaligned-ldpc-2.s: Remove test source.
+ * testsuite/ld-mips-elf/unaligned-ldpc-3.d: Remove test.
+ * testsuite/ld-mips-elf/unaligned-ldpc-3.s: Remove test source.
+ * testsuite/ld-mips-elf/unaligned-ldpc-4.d: Remove test.
+ * testsuite/ld-mips-elf/unaligned-ldpc-4.s: Remove test source.
+ * testsuite/ld-mips-elf/mips-elf.exp: Delete removed tests.
+
2016-05-26 Nick Clifton <nickc@redhat.com>
PR target/20134