aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-04-05 13:08:35 +0100
committerMaciej W. Rozycki <macro@mips.com>2018-04-05 13:08:35 +0100
commitaad7be454bb3c8e2dd44c10cc16c80bacf8f04c0 (patch)
tree8fa2a5a1a144cb0122a84c560547fa072fe650eb /binutils/ChangeLog
parente778be0dd1a16cfd29cbfeec519c24d299334b91 (diff)
downloadgdb-aad7be454bb3c8e2dd44c10cc16c80bacf8f04c0.zip
gdb-aad7be454bb3c8e2dd44c10cc16c80bacf8f04c0.tar.gz
gdb-aad7be454bb3c8e2dd44c10cc16c80bacf8f04c0.tar.bz2
binutils/testsuite: Enable `strip-13' test for `hppa*-*'
Based on relocations defined in include/elf/*.h files we have relocation numbers: 143, 159, 214 and 215 currently not used by any of our ELF targets. Use 143 then instead of 241 to enable the `strip-13' test for `hppa*-*' targets. It has a side effect with some targets of verifying that unused relocations whose numbers are below the respective R_*_max value are handled correctly. binutils/ * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than 241 (0xf1) for the relocation number and RELA addend. * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the `not-target' list.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0f8776c..23598a0 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2018-04-05 Maciej W. Rozycki <macro@mips.com>
+
+ * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
+ 241 (0xf1) for the relocation number and RELA addend.
+ * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
+ `not-target' list.
+
2018-04-04 John David Anglin <danglin@gcc.gnu.org>
* MAINTAINERS: Update my e-mail address.