mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
13 lines
354 B
Makefile
13 lines
354 B
Makefile
#name: changelma (pr20659)
|
|
#ld: -T changelma.lnk
|
|
#objcopy_linked_file: --change-section-lma .dynamic+0x80000000
|
|
#readelf: -l --wide
|
|
#xfail: rx-*-*
|
|
# rx-elf fails since it forces vma equal to lma
|
|
|
|
#...
|
|
PHDR +0x[0-9a-f]* 0x[0-9a-f]* 0x0*8000[0-9a-f]{4} .*
|
|
LOAD +0x0+ 0x0+ 0x0*80000000 .*
|
|
DYNAMIC +0x[0-9a-f]* 0x[0-9a-f]* 0x0*8000[0-9a-f]{4} .*
|
|
#pass
|