Fix build by avoiding the _C_LABEL macro.

Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
This commit is contained in:
Elliott Hughes
2014-02-18 16:42:36 -08:00
parent 787c1f937a
commit 986f906710
52 changed files with 104 additions and 104 deletions

View File

@@ -20,5 +20,5 @@ ENTRY(truncate)
ret
END(truncate)
.globl _C_LABEL(truncate64)
.equ _C_LABEL(truncate64), _C_LABEL(truncate)
.globl truncate64
.equ truncate64, truncate