Macros for symbols used in both ASM and C

-The macros take care of prepending the leading underscore when
 necessary.
This commit is contained in:
Arun Thomas
2010-08-17 16:44:07 +00:00
parent c8cfcab5db
commit 9a21d1a2fd
209 changed files with 1511 additions and 1863 deletions

View File

@@ -1,7 +1,6 @@
.text
.extern __vm_getphys
.globl _vm_getphys
.balign 2
#include <machine/asm.h>
IMPORT(_vm_getphys)
ENTRY(vm_getphys)
jmp _C_LABEL(_vm_getphys)
_vm_getphys:
jmp __vm_getphys