mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
11 lines
257 B
D
11 lines
257 B
D
|
#name: relocatable with script
|
||
|
#source: simple.s
|
||
|
#ld: -r -T relocatable.t
|
||
|
#readelf: -S --wide
|
||
|
#xfail: hppa-*-*
|
||
|
|
||
|
#...
|
||
|
\[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t]+0+800000[ \t0-9a-f]+AX.*
|
||
|
\[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t]+0+900000[ \t0-9a-f]+WA.*
|
||
|
#pass
|