mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
10 lines
126 B
ArmAsm
10 lines
126 B
ArmAsm
|
.symver foo_old,foo@VER_1
|
||
|
.hidden foo_old
|
||
|
foo_old:
|
||
|
.dc.b 0
|
||
|
|
||
|
.symver foo_new,foo@@VER_2
|
||
|
.global foo_new
|
||
|
foo_new:
|
||
|
.dc.b 0
|