mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-26 02:33:31 +08:00
6 lines
87 B
ArmAsm
6 lines
87 B
ArmAsm
|
.data
|
||
|
.globl new_foo
|
||
|
.type new_foo, %object
|
||
|
new_foo:
|
||
|
.symver new_foo, foo@@ver_foo
|