mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
ec72cfe589
address, and add code to test this new option.
12 lines
106 B
ArmAsm
12 lines
106 B
ArmAsm
.text
|
|
|
|
.global label1
|
|
label1:
|
|
.word 0x0110
|
|
|
|
.global label2
|
|
.type label2,@function
|
|
label2:
|
|
.word 0x0224
|
|
|