[binutils-gdb] Non-contiguous memory regions support: Fix testcases after previous commit

Christophe Lyon clyon@sourceware.org
Wed Mar 18 12:38:48 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aef397a1548908f82907854a6efc0cd4c0539904

commit aef397a1548908f82907854a6efc0cd4c0539904
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Wed Mar 18 12:36:53 2020 +0000

    Non-contiguous memory regions support: Fix testcases after previous commit
    
    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.
    
    Change-Id: I8870800177e1ff79cdd05af13613ec53ef95681f

Diff:
---
 ld/ChangeLog                                     | 5 +++++
 ld/testsuite/ld-arm/non-contiguous-arm4.d        | 2 +-
 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 f8ee247ed74..050bb310020 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/ld/testsuite/ld-arm/non-contiguous-arm4.d b/ld/testsuite/ld-arm/non-contiguous-arm4.d
index 28417c0df4a..a55e8d6e45f 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 858e353b5d3..c0618dba0d3 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*-*


More information about the Binutils-cvs mailing list