mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
866f48b717
* ld-sh/shared-2.d, ld-sh/textrel1.s, ld-sh/textrel2.s: New test.
12 lines
97 B
ArmAsm
12 lines
97 B
ArmAsm
.text
|
|
.align 5
|
|
.globl f
|
|
f:
|
|
mov.l .L1,r0
|
|
rts
|
|
nop
|
|
.align 2
|
|
.L1: .long g - f
|
|
.long foo@GOT
|
|
|