mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
14 lines
193 B
ArmAsm
14 lines
193 B
ArmAsm
|
.text
|
||
|
.globl new_foo
|
||
|
.type new_foo, %function
|
||
|
new_foo:
|
||
|
.size new_foo, . - new_foo
|
||
|
.symver new_foo, foo@@ver_foo
|
||
|
|
||
|
.data
|
||
|
.globl bar
|
||
|
.type bar, %object
|
||
|
bar:
|
||
|
.dc.a foo
|
||
|
.size bar, . - bar
|