am 24ef4779: Merge "Fix build by avoiding the _C_LABEL macro."

* commit '24ef4779eb47f23b8d4f4e678d677bd45a91373f':
  Fix build by avoiding the _C_LABEL macro.
This commit is contained in:
Elliott Hughes 2014-03-07 19:40:10 +00:00 committed by Android Git Automerger
commit 2bb7f7c9a2
52 changed files with 104 additions and 104 deletions

View File

@ -13,5 +13,5 @@ ENTRY(fstat64)
b __set_errno b __set_errno
END(fstat64) END(fstat64)
.globl _C_LABEL(fstat) .globl fstat
.equ _C_LABEL(fstat), _C_LABEL(fstat64) .equ fstat, fstat64

View File

@ -13,5 +13,5 @@ ENTRY(fstatat64)
b __set_errno b __set_errno
END(fstatat64) END(fstatat64)
.globl _C_LABEL(fstatat) .globl fstatat
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64) .equ fstatat, fstatat64

View File

@ -20,5 +20,5 @@ ENTRY(fallocate)
ret ret
END(fallocate) END(fallocate)
.globl _C_LABEL(fallocate64) .globl fallocate64
.equ _C_LABEL(fallocate64), _C_LABEL(fallocate) .equ fallocate64, fallocate

View File

@ -20,5 +20,5 @@ ENTRY(fstat64)
ret ret
END(fstat64) END(fstat64)
.globl _C_LABEL(fstat) .globl fstat
.equ _C_LABEL(fstat), _C_LABEL(fstat64) .equ fstat, fstat64

View File

@ -20,5 +20,5 @@ ENTRY(fstatat64)
ret ret
END(fstatat64) END(fstatat64)
.globl _C_LABEL(fstatat) .globl fstatat
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64) .equ fstatat, fstatat64

View File

@ -20,5 +20,5 @@ ENTRY(fstatfs64)
ret ret
END(fstatfs64) END(fstatfs64)
.globl _C_LABEL(fstatfs) .globl fstatfs
.equ _C_LABEL(fstatfs), _C_LABEL(fstatfs64) .equ fstatfs, fstatfs64

View File

@ -20,5 +20,5 @@ ENTRY(ftruncate)
ret ret
END(ftruncate) END(ftruncate)
.globl _C_LABEL(ftruncate64) .globl ftruncate64
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate) .equ ftruncate64, ftruncate

View File

@ -20,5 +20,5 @@ ENTRY(getrlimit)
ret ret
END(getrlimit) END(getrlimit)
.globl _C_LABEL(getrlimit64) .globl getrlimit64
.equ _C_LABEL(getrlimit64), _C_LABEL(getrlimit) .equ getrlimit64, getrlimit

View File

@ -20,5 +20,5 @@ ENTRY(lseek)
ret ret
END(lseek) END(lseek)
.globl _C_LABEL(lseek64) .globl lseek64
.equ _C_LABEL(lseek64), _C_LABEL(lseek) .equ lseek64, lseek

View File

@ -20,5 +20,5 @@ ENTRY(mmap)
ret ret
END(mmap) END(mmap)
.globl _C_LABEL(mmap64) .globl mmap64
.equ _C_LABEL(mmap64), _C_LABEL(mmap) .equ mmap64, mmap

View File

@ -20,5 +20,5 @@ ENTRY(pread64)
ret ret
END(pread64) END(pread64)
.globl _C_LABEL(pread) .globl pread
.equ _C_LABEL(pread), _C_LABEL(pread64) .equ pread, pread64

View File

@ -20,5 +20,5 @@ ENTRY(prlimit64)
ret ret
END(prlimit64) END(prlimit64)
.globl _C_LABEL(prlimit) .globl prlimit
.equ _C_LABEL(prlimit), _C_LABEL(prlimit64) .equ prlimit, prlimit64

View File

@ -20,5 +20,5 @@ ENTRY(pwrite64)
ret ret
END(pwrite64) END(pwrite64)
.globl _C_LABEL(pwrite) .globl pwrite
.equ _C_LABEL(pwrite), _C_LABEL(pwrite64) .equ pwrite, pwrite64

View File

@ -20,5 +20,5 @@ ENTRY(sendfile)
ret ret
END(sendfile) END(sendfile)
.globl _C_LABEL(sendfile64) .globl sendfile64
.equ _C_LABEL(sendfile64), _C_LABEL(sendfile) .equ sendfile64, sendfile

View File

@ -20,5 +20,5 @@ ENTRY(setrlimit)
ret ret
END(setrlimit) END(setrlimit)
.globl _C_LABEL(setrlimit64) .globl setrlimit64
.equ _C_LABEL(setrlimit64), _C_LABEL(setrlimit) .equ setrlimit64, setrlimit

View File

@ -20,5 +20,5 @@ ENTRY(statfs64)
ret ret
END(statfs64) END(statfs64)
.globl _C_LABEL(statfs) .globl statfs
.equ _C_LABEL(statfs), _C_LABEL(statfs64) .equ statfs, statfs64

View File

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

View File

@ -22,5 +22,5 @@ fstat64:
.set reorder .set reorder
.end fstat64 .end fstat64
.globl _C_LABEL(fstat) .globl fstat
.equ _C_LABEL(fstat), _C_LABEL(fstat64) .equ fstat, fstat64

View File

@ -22,5 +22,5 @@ fstatat64:
.set reorder .set reorder
.end fstatat64 .end fstatat64
.globl _C_LABEL(fstatat) .globl fstatat
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64) .equ fstatat, fstatat64

View File

@ -30,5 +30,5 @@ fallocate:
.set pop .set pop
.end fallocate .end fallocate
.globl _C_LABEL(fallocate64) .globl fallocate64
.equ _C_LABEL(fallocate64), _C_LABEL(fallocate) .equ fallocate64, fallocate

View File

@ -30,5 +30,5 @@ fstat64:
.set pop .set pop
.end fstat64 .end fstat64
.globl _C_LABEL(fstat) .globl fstat
.equ _C_LABEL(fstat), _C_LABEL(fstat64) .equ fstat, fstat64

View File

@ -30,5 +30,5 @@ fstatat64:
.set pop .set pop
.end fstatat64 .end fstatat64
.globl _C_LABEL(fstatat) .globl fstatat
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64) .equ fstatat, fstatat64

View File

@ -30,5 +30,5 @@ fstatfs64:
.set pop .set pop
.end fstatfs64 .end fstatfs64
.globl _C_LABEL(fstatfs) .globl fstatfs
.equ _C_LABEL(fstatfs), _C_LABEL(fstatfs64) .equ fstatfs, fstatfs64

View File

@ -30,5 +30,5 @@ ftruncate:
.set pop .set pop
.end ftruncate .end ftruncate
.globl _C_LABEL(ftruncate64) .globl ftruncate64
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate) .equ ftruncate64, ftruncate

View File

@ -30,5 +30,5 @@ getrlimit:
.set pop .set pop
.end getrlimit .end getrlimit
.globl _C_LABEL(getrlimit64) .globl getrlimit64
.equ _C_LABEL(getrlimit64), _C_LABEL(getrlimit) .equ getrlimit64, getrlimit

View File

@ -30,5 +30,5 @@ lseek:
.set pop .set pop
.end lseek .end lseek
.globl _C_LABEL(lseek64) .globl lseek64
.equ _C_LABEL(lseek64), _C_LABEL(lseek) .equ lseek64, lseek

View File

@ -30,5 +30,5 @@ mmap:
.set pop .set pop
.end mmap .end mmap
.globl _C_LABEL(mmap64) .globl mmap64
.equ _C_LABEL(mmap64), _C_LABEL(mmap) .equ mmap64, mmap

View File

@ -30,5 +30,5 @@ pread64:
.set pop .set pop
.end pread64 .end pread64
.globl _C_LABEL(pread) .globl pread
.equ _C_LABEL(pread), _C_LABEL(pread64) .equ pread, pread64

View File

@ -30,5 +30,5 @@ prlimit64:
.set pop .set pop
.end prlimit64 .end prlimit64
.globl _C_LABEL(prlimit) .globl prlimit
.equ _C_LABEL(prlimit), _C_LABEL(prlimit64) .equ prlimit, prlimit64

View File

@ -30,5 +30,5 @@ pwrite64:
.set pop .set pop
.end pwrite64 .end pwrite64
.globl _C_LABEL(pwrite) .globl pwrite
.equ _C_LABEL(pwrite), _C_LABEL(pwrite64) .equ pwrite, pwrite64

View File

@ -30,5 +30,5 @@ sendfile:
.set pop .set pop
.end sendfile .end sendfile
.globl _C_LABEL(sendfile64) .globl sendfile64
.equ _C_LABEL(sendfile64), _C_LABEL(sendfile) .equ sendfile64, sendfile

View File

@ -30,5 +30,5 @@ setrlimit:
.set pop .set pop
.end setrlimit .end setrlimit
.globl _C_LABEL(setrlimit64) .globl setrlimit64
.equ _C_LABEL(setrlimit64), _C_LABEL(setrlimit) .equ setrlimit64, setrlimit

View File

@ -30,5 +30,5 @@ statfs64:
.set pop .set pop
.end statfs64 .end statfs64
.globl _C_LABEL(statfs) .globl statfs
.equ _C_LABEL(statfs), _C_LABEL(statfs64) .equ statfs, statfs64

View File

@ -30,5 +30,5 @@ truncate:
.set pop .set pop
.end truncate .end truncate
.globl _C_LABEL(truncate64) .globl truncate64
.equ _C_LABEL(truncate64), _C_LABEL(truncate) .equ truncate64, truncate

View File

@ -25,5 +25,5 @@ ENTRY(fstat64)
ret ret
END(fstat64) END(fstat64)
.globl _C_LABEL(fstat) .globl fstat
.equ _C_LABEL(fstat), _C_LABEL(fstat64) .equ fstat, fstat64

View File

@ -33,5 +33,5 @@ ENTRY(fstatat64)
ret ret
END(fstatat64) END(fstatat64)
.globl _C_LABEL(fstatat) .globl fstatat
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64) .equ fstatat, fstatat64

View File

@ -16,5 +16,5 @@ ENTRY(fallocate)
ret ret
END(fallocate) END(fallocate)
.globl _C_LABEL(fallocate64) .globl fallocate64
.equ _C_LABEL(fallocate64), _C_LABEL(fallocate) .equ fallocate64, fallocate

View File

@ -15,5 +15,5 @@ ENTRY(fstat64)
ret ret
END(fstat64) END(fstat64)
.globl _C_LABEL(fstat) .globl fstat
.equ _C_LABEL(fstat), _C_LABEL(fstat64) .equ fstat, fstat64

View File

@ -16,5 +16,5 @@ ENTRY(fstatat64)
ret ret
END(fstatat64) END(fstatat64)
.globl _C_LABEL(fstatat) .globl fstatat
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64) .equ fstatat, fstatat64

View File

@ -15,5 +15,5 @@ ENTRY(fstatfs64)
ret ret
END(fstatfs64) END(fstatfs64)
.globl _C_LABEL(fstatfs) .globl fstatfs
.equ _C_LABEL(fstatfs), _C_LABEL(fstatfs64) .equ fstatfs, fstatfs64

View File

@ -15,5 +15,5 @@ ENTRY(ftruncate)
ret ret
END(ftruncate) END(ftruncate)
.globl _C_LABEL(ftruncate64) .globl ftruncate64
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate) .equ ftruncate64, ftruncate

View File

@ -15,5 +15,5 @@ ENTRY(getrlimit)
ret ret
END(getrlimit) END(getrlimit)
.globl _C_LABEL(getrlimit64) .globl getrlimit64
.equ _C_LABEL(getrlimit64), _C_LABEL(getrlimit) .equ getrlimit64, getrlimit

View File

@ -15,5 +15,5 @@ ENTRY(lseek)
ret ret
END(lseek) END(lseek)
.globl _C_LABEL(lseek64) .globl lseek64
.equ _C_LABEL(lseek64), _C_LABEL(lseek) .equ lseek64, lseek

View File

@ -16,5 +16,5 @@ ENTRY(mmap)
ret ret
END(mmap) END(mmap)
.globl _C_LABEL(mmap64) .globl mmap64
.equ _C_LABEL(mmap64), _C_LABEL(mmap) .equ mmap64, mmap

View File

@ -16,5 +16,5 @@ ENTRY(pread64)
ret ret
END(pread64) END(pread64)
.globl _C_LABEL(pread) .globl pread
.equ _C_LABEL(pread), _C_LABEL(pread64) .equ pread, pread64

View File

@ -16,5 +16,5 @@ ENTRY(prlimit64)
ret ret
END(prlimit64) END(prlimit64)
.globl _C_LABEL(prlimit) .globl prlimit
.equ _C_LABEL(prlimit), _C_LABEL(prlimit64) .equ prlimit, prlimit64

View File

@ -16,5 +16,5 @@ ENTRY(pwrite64)
ret ret
END(pwrite64) END(pwrite64)
.globl _C_LABEL(pwrite) .globl pwrite
.equ _C_LABEL(pwrite), _C_LABEL(pwrite64) .equ pwrite, pwrite64

View File

@ -16,5 +16,5 @@ ENTRY(sendfile)
ret ret
END(sendfile) END(sendfile)
.globl _C_LABEL(sendfile64) .globl sendfile64
.equ _C_LABEL(sendfile64), _C_LABEL(sendfile) .equ sendfile64, sendfile

View File

@ -15,5 +15,5 @@ ENTRY(setrlimit)
ret ret
END(setrlimit) END(setrlimit)
.globl _C_LABEL(setrlimit64) .globl setrlimit64
.equ _C_LABEL(setrlimit64), _C_LABEL(setrlimit) .equ setrlimit64, setrlimit

View File

@ -15,5 +15,5 @@ ENTRY(statfs64)
ret ret
END(statfs64) END(statfs64)
.globl _C_LABEL(statfs) .globl statfs
.equ _C_LABEL(statfs), _C_LABEL(statfs64) .equ statfs, statfs64

View File

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

View File

@ -48,8 +48,8 @@ ENTRY(%(func)s)
function_alias = """ function_alias = """
.globl _C_LABEL(%(alias)s) .globl %(alias)s
.equ _C_LABEL(%(alias)s), _C_LABEL(%(func)s) .equ %(alias)s, %(func)s
""" """