1bce3adf99
* ld-scripts/rgn-at11.d: Expect this test to fail for MIPS targets.
14 lines
459 B
Makefile
14 lines
459 B
Makefile
#source: rgn-at10.s
|
|
#ld: -T rgn-at11.t
|
|
#objdump: -h --wide
|
|
#xfail: rx-*-* mips*-*-*
|
|
# Test that lma is not adjusted in case the section start vma is aligned and
|
|
# 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+10100 +0+20004 .*
|
|
.* 0+10100 +0+20004 .*
|