From: Christophe Lyon Date: Wed, 18 Mar 2020 12:36:53 +0000 (+0000) Subject: Non-contiguous memory regions support: Fix testcases after previous commit X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=aef397a1548908f82907854a6efc0cd4c0539904;p=deliverable%2Fbinutils-gdb.git Non-contiguous memory regions support: Fix testcases after previous commit 2020-03-18 Christophe Lyon * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output. * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise. Change-Id: I8870800177e1ff79cdd05af13613ec53ef95681f --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f8ee247ed7..050bb31002 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2020-03-18 Christophe Lyon + + * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output. + * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise. + 2020-03-18 Christophe Lyon * emultempl/xtensaelf.em: Emit a fatal error message diff --git a/ld/testsuite/ld-arm/non-contiguous-arm4.d b/ld/testsuite/ld-arm/non-contiguous-arm4.d index 28417c0df4..a55e8d6e45 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 858e353b5d..c0618dba0d 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*-*