You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.text
|
|
.globl func_impl
|
|
func_impl:
|
|
ret
|
|
.globl func_impl2
|
|
func_impl2:
|
|
ret
|
|
.symver func_impl, func@@VER2
|
|
.symver func_impl2, func@VER
|