Browse Source

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
binutils-2_35-branch
Christophe Lyon 7 years ago
parent
commit
aef397a154
  1. 5
      ld/ChangeLog
  2. 2
      ld/testsuite/ld-arm/non-contiguous-arm4.d
  3. 2
      ld/testsuite/ld-powerpc/non-contiguous-powerpc.d

5
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

2
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

2
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*-*

Loading…
Cancel
Save