mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
5d54918415
* ld-elf/stab.d: Don't run on alpha (to avoid relocation overflow on 64 bits targets whose stab values is 32 bits).
15 lines
351 B
Makefile
15 lines
351 B
Makefile
#source: start.s
|
|
#as: -gstabs
|
|
#readelf: -S --wide
|
|
#ld:
|
|
#notarget: "ia64-*-*" "alpha*"
|
|
|
|
# Disabled on alpha because the entry point may be above 4GB but the stabs
|
|
# value on 32 bits.
|
|
|
|
#...
|
|
\[[0-9 ][0-9]\] \.stab +PROGBITS +0+ [0-9a-f]+ [0-9a-f]+ [0-9a-f]+ +[1-9]+ +0.*
|
|
#...
|
|
\[[0-9 ][0-9]\] \.stabstr +STRTAB +0+ [0-9a-f]+ [0-9a-f]+ 00 +0 +0.*
|
|
#...
|