mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 07:13:40 +08:00
0e6b97bb76
PR ld/10749 * ld-elf/relocatable.d: New. * ld-elf/relocatable.t: Likewise. * ld-elf/simple.s: Likewise.
10 lines
240 B
Makefile
10 lines
240 B
Makefile
#name: relocatable with script
|
|
#source: simple.s
|
|
#ld: -r -T relocatable.t
|
|
#readelf: -S --wide
|
|
|
|
#...
|
|
\[[ 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
|