Mark the rgn-at11 test as an expected failure for MIPS targets.
* ld-scripts/rgn-at11.d: Expect this test to fail for MIPS targets.
This commit is contained in:
parent
27b9952f2d
commit
1bce3adf99
|
@ -1,3 +1,8 @@
|
||||||
|
2016-01-13 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
|
||||||
|
MIPS targets.
|
||||||
|
|
||||||
2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
|
2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
|
||||||
|
|
||||||
* testsuite/ld-arm/arm-elf.exp: New test.
|
* testsuite/ld-arm/arm-elf.exp: New test.
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
#source: rgn-at10.s
|
#source: rgn-at10.s
|
||||||
#ld: -T rgn-at11.t
|
#ld: -T rgn-at11.t
|
||||||
#objdump: -h --wide
|
#objdump: -h --wide
|
||||||
#xfail: rx-*-*
|
#xfail: rx-*-* mips*-*-*
|
||||||
# Test that lma is not adjusted in case the section start vma is aligned and
|
# Test that lma is not adjusted in case the section start vma is aligned and
|
||||||
# lma_region != region if not requested by script.
|
# lma_region != region if not requested by script.
|
||||||
|
# Fails for RX because it ignores the LMA (for compatibility with Renesas tools)
|
||||||
|
# Fails for MIPS targets because the assembler pads all sections to a 16 byte
|
||||||
|
# boundary.
|
||||||
|
|
||||||
#...
|
#...
|
||||||
.* 0+10000 +0+20000 .*
|
.* 0+10000 +0+20000 .*
|
||||||
|
|
Loading…
Reference in New Issue