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.
 
 
 
 
 
 

13 lines
196 B

.text
.globl __foo
.type __foo, %function
__foo:
.byte 0
.globl __foo1
.ifdef NO_SET
__foo1 = __foo
.else
.set __foo1, __foo
.endif
.symver __foo,foo@@VERS.2
.symver __foo1,foo@VERS.1