diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8ca9db4581d..1a97ff3cb9a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-04-05 Maciej W. Rozycki + + * testsuite/binutils-all/strip-13.d: Also expect `unsupported + relocation type 0x8f' error message. + 2018-04-05 Maciej W. Rozycki * testsuite/binutils-all/strip-13.s: Rename to... diff --git a/binutils/testsuite/binutils-all/strip-13.d b/binutils/testsuite/binutils-all/strip-13.d index 5069b2c93a4..0ccb73ef448 100644 --- a/binutils/testsuite/binutils-all/strip-13.d +++ b/binutils/testsuite/binutils-all/strip-13.d @@ -1,6 +1,7 @@ #PROG: strip #strip: -g -#error: .* bad value +#error: \A[^\n]*: unsupported relocation type 0x8f\n +#error: [^\n]*: bad value\Z #not-target: h8300-* ip2k-* m6811-* m68hc11-* rx-* # The H8300-*, IP2K and 68HC11 targets use 16-bit addressing, so `.dc.a' # does not work for manual relocation data construction.