Non-contiguous memory regions support: Fix testcases after previous commit
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 18 Mar 2020 12:36:53 +0000 (12:36 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 18 Mar 2020 12:38:30 +0000 (12:38 +0000)
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

ld/ChangeLog
ld/testsuite/ld-arm/non-contiguous-arm4.d
ld/testsuite/ld-powerpc/non-contiguous-powerpc.d

index f8ee247ed746e447a755d1f4c4a13c74847caf17..050bb31002038f7b1651141290dae169248edeb8 100644 (file)
@@ -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
index 28417c0df4a7b692d1689a33a7a35a0b3262d00b..a55e8d6e45f858a6f32f2b9aec347d83bf0a50ab 100644 (file)
@@ -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
index 858e353b5d3e2ccd4c9f3e38b66145764c816541..c0618dba0d3f84707d29fa8825e3b29151458ec6 100644 (file)
@@ -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*-*
This page took 0.025528 seconds and 4 git commands to generate.