mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
6446511295
This is the one that causes ld segfaults between 2019-10-04 and 2019-10-07. Bug introduced withf749f26eea
, fixed by93370e8e7b
. * testsuite/ld-powerpc/localgot.s, * testsuite/ld-powerpc/localgot.d: New test. * testsuite/ld-powerpc/powerpc.exp: Run it.
6 lines
109 B
ArmAsm
6 lines
109 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
x:
|
|
ld 3,x@got(2) # isn't correct for 32-bit, but hey this is just a testcase
|