mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
11 lines
124 B
ArmAsm
11 lines
124 B
ArmAsm
|
.global some_sym
|
||
|
.global some_other_sym
|
||
|
.global min
|
||
|
.global max
|
||
|
|
||
|
.set max, 0x7fff
|
||
|
.set min, -0x8000
|
||
|
.set some_sym, 0x1000
|
||
|
|
||
|
|