diff options
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/non-contiguous-arm4.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/non-contiguous-powerpc.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f8ee247..050bb31 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org> + * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output. + * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise. + +2020-03-18 Christophe Lyon <christophe.lyon@linaro.org> + * emultempl/xtensaelf.em: Emit a fatal error message instead of calling abort. * ldlang.c: Likewise. diff --git a/ld/testsuite/ld-arm/non-contiguous-arm4.d b/ld/testsuite/ld-arm/non-contiguous-arm4.d index 28417c0..a55e8d6 100644 --- a/ld/testsuite/ld-arm/non-contiguous-arm4.d +++ b/ld/testsuite/ld-arm/non-contiguous-arm4.d @@ -1,4 +1,4 @@ #name: non-contiguous-arm4 #source: non-contiguous-arm.s #ld: --enable-non-contiguous-regions -T non-contiguous-arm4.ld -# error: \AOutput section '.ramu' not large enough for the linker-created stubs section '.code.3.__stub'.*\Z +# error: \A.*Output section '.ramu' not large enough for the linker-created stubs section '.code.3.__stub'.*\Z diff --git a/ld/testsuite/ld-powerpc/non-contiguous-powerpc.d b/ld/testsuite/ld-powerpc/non-contiguous-powerpc.d index 858e353..c0618db 100644 --- a/ld/testsuite/ld-powerpc/non-contiguous-powerpc.d +++ b/ld/testsuite/ld-powerpc/non-contiguous-powerpc.d @@ -1,5 +1,5 @@ #name: non-contiguous-powerpc #source: non-contiguous-powerpc.s #ld: --enable-non-contiguous-regions -T non-contiguous-powerpc.ld -#error: \ARelaxation not supported with --enable-non-contiguous-regions.* +#error: \A.*Relaxation not supported with --enable-non-contiguous-regions.* #skip: powerpc64*-* |