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