Make gensyscalls.py use the ALIAS_SYMBOL macro.

Change-Id: Ib94c0abb6fc85126ecc5ed3f1962b2b8b90b9952
This commit is contained in:
Christopher Ferris
2015-03-24 16:50:46 -07:00
parent ee4997ecc3
commit fa5faa0ce6
50 changed files with 50 additions and 105 deletions

View File

@@ -24,5 +24,4 @@ ENTRY(_exit)
.set pop
END(_exit)
.globl _Exit
.equ _Exit, _exit
ALIAS_SYMBOL(_Exit, _exit)