mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
9 lines
111 B
ArmAsm
9 lines
111 B
ArmAsm
|
# Test for pc-relative relocations
|
||
|
.set norelax
|
||
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
br ext_label
|
||
|
br ext_label + 16
|
||
|
|