2008-10-03 Tristan Gingold <gingold@adacore.com>
* ld-elf/stab.d: Don't run on alpha (to avoid relocation overflow on 64 bits targets whose stab values is 32 bits).
This commit is contained in:
parent
29b9ceead4
commit
5d54918415
@ -1,3 +1,8 @@
|
||||
2008-10-03 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* ld-elf/stab.d: Don't run on alpha (to avoid relocation
|
||||
overflow on 64 bits targets whose stab values is 32 bits).
|
||||
|
||||
2008-10-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/6931
|
||||
|
@ -2,7 +2,10 @@
|
||||
#as: -gstabs
|
||||
#readelf: -S --wide
|
||||
#ld:
|
||||
#notarget: ia64-*-*
|
||||
#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.*
|
||||
|
Loading…
Reference in New Issue
Block a user