mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
11 lines
114 B
ArmAsm
11 lines
114 B
ArmAsm
// Test DT_RELR with DT_TEXTREL.
|
|
|
|
.text
|
|
.p2align 3
|
|
.global _start
|
|
_start:
|
|
.global foo
|
|
.hidden foo
|
|
foo:
|
|
.xword foo
|