diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-10 09:14:29 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-10 09:41:25 +0930 |
commit | d4ae1932770d9ec76f3d0a429aab45f1cb15e964 (patch) | |
tree | 470b596b28dd5c5fd62e61f9bb2accd6292545c3 /binutils/ChangeLog | |
parent | 6c7c5081f01c8fc04474ff858240f1c3cd900d6e (diff) | |
download | gdb-d4ae1932770d9ec76f3d0a429aab45f1cb15e964.zip gdb-d4ae1932770d9ec76f3d0a429aab45f1cb15e964.tar.gz gdb-d4ae1932770d9ec76f3d0a429aab45f1cb15e964.tar.bz2 |
Fix some strip test fails on nds32 and pru
Fixes these fails:
nds32le-linux +FAIL: binutils-all/strip-14
nds32le-linux +FAIL: binutils-all/strip-15
pru-elf +FAIL: binutils-all/strip-14
pru-elf +FAIL: binutils-all/strip-15
strip-13 fails on nds32 due to an assertion failure and out of bounds
access to nds32_elf_howto_table.
* testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
reloc=11 for pru and reloc=50 for nds32.
* testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c7a631a..07356e2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-04-10 Alan Modra <amodra@gmail.com> + + * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose + reloc=11 for pru and reloc=50 for nds32. + * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number. + 2018-04-09 Maciej W. Rozycki <macro@mips.com> * testsuite/binutils-all/strip-15.d: New test. |