Convert library asm files to GAS syntax
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
.text
|
||||
.extern __sysuname
|
||||
.globl _sysuname
|
||||
.balign 2
|
||||
|
||||
_sysuname:
|
||||
jmp __sysuname
|
||||
Reference in New Issue
Block a user