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