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:
commit
2bb7f7c9a2
@ -13,5 +13,5 @@ ENTRY(fstat64)
|
||||
b __set_errno
|
||||
END(fstat64)
|
||||
|
||||
.globl _C_LABEL(fstat)
|
||||
.equ _C_LABEL(fstat), _C_LABEL(fstat64)
|
||||
.globl fstat
|
||||
.equ fstat, fstat64
|
||||
|
@ -13,5 +13,5 @@ ENTRY(fstatat64)
|
||||
b __set_errno
|
||||
END(fstatat64)
|
||||
|
||||
.globl _C_LABEL(fstatat)
|
||||
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64)
|
||||
.globl fstatat
|
||||
.equ fstatat, fstatat64
|
||||
|
@ -20,5 +20,5 @@ ENTRY(fallocate)
|
||||
ret
|
||||
END(fallocate)
|
||||
|
||||
.globl _C_LABEL(fallocate64)
|
||||
.equ _C_LABEL(fallocate64), _C_LABEL(fallocate)
|
||||
.globl fallocate64
|
||||
.equ fallocate64, fallocate
|
||||
|
@ -20,5 +20,5 @@ ENTRY(fstat64)
|
||||
ret
|
||||
END(fstat64)
|
||||
|
||||
.globl _C_LABEL(fstat)
|
||||
.equ _C_LABEL(fstat), _C_LABEL(fstat64)
|
||||
.globl fstat
|
||||
.equ fstat, fstat64
|
||||
|
@ -20,5 +20,5 @@ ENTRY(fstatat64)
|
||||
ret
|
||||
END(fstatat64)
|
||||
|
||||
.globl _C_LABEL(fstatat)
|
||||
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64)
|
||||
.globl fstatat
|
||||
.equ fstatat, fstatat64
|
||||
|
@ -20,5 +20,5 @@ ENTRY(fstatfs64)
|
||||
ret
|
||||
END(fstatfs64)
|
||||
|
||||
.globl _C_LABEL(fstatfs)
|
||||
.equ _C_LABEL(fstatfs), _C_LABEL(fstatfs64)
|
||||
.globl fstatfs
|
||||
.equ fstatfs, fstatfs64
|
||||
|
@ -20,5 +20,5 @@ ENTRY(ftruncate)
|
||||
ret
|
||||
END(ftruncate)
|
||||
|
||||
.globl _C_LABEL(ftruncate64)
|
||||
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate)
|
||||
.globl ftruncate64
|
||||
.equ ftruncate64, ftruncate
|
||||
|
@ -20,5 +20,5 @@ ENTRY(getrlimit)
|
||||
ret
|
||||
END(getrlimit)
|
||||
|
||||
.globl _C_LABEL(getrlimit64)
|
||||
.equ _C_LABEL(getrlimit64), _C_LABEL(getrlimit)
|
||||
.globl getrlimit64
|
||||
.equ getrlimit64, getrlimit
|
||||
|
@ -20,5 +20,5 @@ ENTRY(lseek)
|
||||
ret
|
||||
END(lseek)
|
||||
|
||||
.globl _C_LABEL(lseek64)
|
||||
.equ _C_LABEL(lseek64), _C_LABEL(lseek)
|
||||
.globl lseek64
|
||||
.equ lseek64, lseek
|
||||
|
@ -20,5 +20,5 @@ ENTRY(mmap)
|
||||
ret
|
||||
END(mmap)
|
||||
|
||||
.globl _C_LABEL(mmap64)
|
||||
.equ _C_LABEL(mmap64), _C_LABEL(mmap)
|
||||
.globl mmap64
|
||||
.equ mmap64, mmap
|
||||
|
@ -20,5 +20,5 @@ ENTRY(pread64)
|
||||
ret
|
||||
END(pread64)
|
||||
|
||||
.globl _C_LABEL(pread)
|
||||
.equ _C_LABEL(pread), _C_LABEL(pread64)
|
||||
.globl pread
|
||||
.equ pread, pread64
|
||||
|
@ -20,5 +20,5 @@ ENTRY(prlimit64)
|
||||
ret
|
||||
END(prlimit64)
|
||||
|
||||
.globl _C_LABEL(prlimit)
|
||||
.equ _C_LABEL(prlimit), _C_LABEL(prlimit64)
|
||||
.globl prlimit
|
||||
.equ prlimit, prlimit64
|
||||
|
@ -20,5 +20,5 @@ ENTRY(pwrite64)
|
||||
ret
|
||||
END(pwrite64)
|
||||
|
||||
.globl _C_LABEL(pwrite)
|
||||
.equ _C_LABEL(pwrite), _C_LABEL(pwrite64)
|
||||
.globl pwrite
|
||||
.equ pwrite, pwrite64
|
||||
|
@ -20,5 +20,5 @@ ENTRY(sendfile)
|
||||
ret
|
||||
END(sendfile)
|
||||
|
||||
.globl _C_LABEL(sendfile64)
|
||||
.equ _C_LABEL(sendfile64), _C_LABEL(sendfile)
|
||||
.globl sendfile64
|
||||
.equ sendfile64, sendfile
|
||||
|
@ -20,5 +20,5 @@ ENTRY(setrlimit)
|
||||
ret
|
||||
END(setrlimit)
|
||||
|
||||
.globl _C_LABEL(setrlimit64)
|
||||
.equ _C_LABEL(setrlimit64), _C_LABEL(setrlimit)
|
||||
.globl setrlimit64
|
||||
.equ setrlimit64, setrlimit
|
||||
|
@ -20,5 +20,5 @@ ENTRY(statfs64)
|
||||
ret
|
||||
END(statfs64)
|
||||
|
||||
.globl _C_LABEL(statfs)
|
||||
.equ _C_LABEL(statfs), _C_LABEL(statfs64)
|
||||
.globl statfs
|
||||
.equ statfs, statfs64
|
||||
|
@ -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
|
||||
|
@ -22,5 +22,5 @@ fstat64:
|
||||
.set reorder
|
||||
.end fstat64
|
||||
|
||||
.globl _C_LABEL(fstat)
|
||||
.equ _C_LABEL(fstat), _C_LABEL(fstat64)
|
||||
.globl fstat
|
||||
.equ fstat, fstat64
|
||||
|
@ -22,5 +22,5 @@ fstatat64:
|
||||
.set reorder
|
||||
.end fstatat64
|
||||
|
||||
.globl _C_LABEL(fstatat)
|
||||
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64)
|
||||
.globl fstatat
|
||||
.equ fstatat, fstatat64
|
||||
|
@ -30,5 +30,5 @@ fallocate:
|
||||
.set pop
|
||||
.end fallocate
|
||||
|
||||
.globl _C_LABEL(fallocate64)
|
||||
.equ _C_LABEL(fallocate64), _C_LABEL(fallocate)
|
||||
.globl fallocate64
|
||||
.equ fallocate64, fallocate
|
||||
|
@ -30,5 +30,5 @@ fstat64:
|
||||
.set pop
|
||||
.end fstat64
|
||||
|
||||
.globl _C_LABEL(fstat)
|
||||
.equ _C_LABEL(fstat), _C_LABEL(fstat64)
|
||||
.globl fstat
|
||||
.equ fstat, fstat64
|
||||
|
@ -30,5 +30,5 @@ fstatat64:
|
||||
.set pop
|
||||
.end fstatat64
|
||||
|
||||
.globl _C_LABEL(fstatat)
|
||||
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64)
|
||||
.globl fstatat
|
||||
.equ fstatat, fstatat64
|
||||
|
@ -30,5 +30,5 @@ fstatfs64:
|
||||
.set pop
|
||||
.end fstatfs64
|
||||
|
||||
.globl _C_LABEL(fstatfs)
|
||||
.equ _C_LABEL(fstatfs), _C_LABEL(fstatfs64)
|
||||
.globl fstatfs
|
||||
.equ fstatfs, fstatfs64
|
||||
|
@ -30,5 +30,5 @@ ftruncate:
|
||||
.set pop
|
||||
.end ftruncate
|
||||
|
||||
.globl _C_LABEL(ftruncate64)
|
||||
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate)
|
||||
.globl ftruncate64
|
||||
.equ ftruncate64, ftruncate
|
||||
|
@ -30,5 +30,5 @@ getrlimit:
|
||||
.set pop
|
||||
.end getrlimit
|
||||
|
||||
.globl _C_LABEL(getrlimit64)
|
||||
.equ _C_LABEL(getrlimit64), _C_LABEL(getrlimit)
|
||||
.globl getrlimit64
|
||||
.equ getrlimit64, getrlimit
|
||||
|
@ -30,5 +30,5 @@ lseek:
|
||||
.set pop
|
||||
.end lseek
|
||||
|
||||
.globl _C_LABEL(lseek64)
|
||||
.equ _C_LABEL(lseek64), _C_LABEL(lseek)
|
||||
.globl lseek64
|
||||
.equ lseek64, lseek
|
||||
|
@ -30,5 +30,5 @@ mmap:
|
||||
.set pop
|
||||
.end mmap
|
||||
|
||||
.globl _C_LABEL(mmap64)
|
||||
.equ _C_LABEL(mmap64), _C_LABEL(mmap)
|
||||
.globl mmap64
|
||||
.equ mmap64, mmap
|
||||
|
@ -30,5 +30,5 @@ pread64:
|
||||
.set pop
|
||||
.end pread64
|
||||
|
||||
.globl _C_LABEL(pread)
|
||||
.equ _C_LABEL(pread), _C_LABEL(pread64)
|
||||
.globl pread
|
||||
.equ pread, pread64
|
||||
|
@ -30,5 +30,5 @@ prlimit64:
|
||||
.set pop
|
||||
.end prlimit64
|
||||
|
||||
.globl _C_LABEL(prlimit)
|
||||
.equ _C_LABEL(prlimit), _C_LABEL(prlimit64)
|
||||
.globl prlimit
|
||||
.equ prlimit, prlimit64
|
||||
|
@ -30,5 +30,5 @@ pwrite64:
|
||||
.set pop
|
||||
.end pwrite64
|
||||
|
||||
.globl _C_LABEL(pwrite)
|
||||
.equ _C_LABEL(pwrite), _C_LABEL(pwrite64)
|
||||
.globl pwrite
|
||||
.equ pwrite, pwrite64
|
||||
|
@ -30,5 +30,5 @@ sendfile:
|
||||
.set pop
|
||||
.end sendfile
|
||||
|
||||
.globl _C_LABEL(sendfile64)
|
||||
.equ _C_LABEL(sendfile64), _C_LABEL(sendfile)
|
||||
.globl sendfile64
|
||||
.equ sendfile64, sendfile
|
||||
|
@ -30,5 +30,5 @@ setrlimit:
|
||||
.set pop
|
||||
.end setrlimit
|
||||
|
||||
.globl _C_LABEL(setrlimit64)
|
||||
.equ _C_LABEL(setrlimit64), _C_LABEL(setrlimit)
|
||||
.globl setrlimit64
|
||||
.equ setrlimit64, setrlimit
|
||||
|
@ -30,5 +30,5 @@ statfs64:
|
||||
.set pop
|
||||
.end statfs64
|
||||
|
||||
.globl _C_LABEL(statfs)
|
||||
.equ _C_LABEL(statfs), _C_LABEL(statfs64)
|
||||
.globl statfs
|
||||
.equ statfs, statfs64
|
||||
|
@ -30,5 +30,5 @@ truncate:
|
||||
.set pop
|
||||
.end truncate
|
||||
|
||||
.globl _C_LABEL(truncate64)
|
||||
.equ _C_LABEL(truncate64), _C_LABEL(truncate)
|
||||
.globl truncate64
|
||||
.equ truncate64, truncate
|
||||
|
@ -25,5 +25,5 @@ ENTRY(fstat64)
|
||||
ret
|
||||
END(fstat64)
|
||||
|
||||
.globl _C_LABEL(fstat)
|
||||
.equ _C_LABEL(fstat), _C_LABEL(fstat64)
|
||||
.globl fstat
|
||||
.equ fstat, fstat64
|
||||
|
@ -33,5 +33,5 @@ ENTRY(fstatat64)
|
||||
ret
|
||||
END(fstatat64)
|
||||
|
||||
.globl _C_LABEL(fstatat)
|
||||
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64)
|
||||
.globl fstatat
|
||||
.equ fstatat, fstatat64
|
||||
|
@ -16,5 +16,5 @@ ENTRY(fallocate)
|
||||
ret
|
||||
END(fallocate)
|
||||
|
||||
.globl _C_LABEL(fallocate64)
|
||||
.equ _C_LABEL(fallocate64), _C_LABEL(fallocate)
|
||||
.globl fallocate64
|
||||
.equ fallocate64, fallocate
|
||||
|
@ -15,5 +15,5 @@ ENTRY(fstat64)
|
||||
ret
|
||||
END(fstat64)
|
||||
|
||||
.globl _C_LABEL(fstat)
|
||||
.equ _C_LABEL(fstat), _C_LABEL(fstat64)
|
||||
.globl fstat
|
||||
.equ fstat, fstat64
|
||||
|
@ -16,5 +16,5 @@ ENTRY(fstatat64)
|
||||
ret
|
||||
END(fstatat64)
|
||||
|
||||
.globl _C_LABEL(fstatat)
|
||||
.equ _C_LABEL(fstatat), _C_LABEL(fstatat64)
|
||||
.globl fstatat
|
||||
.equ fstatat, fstatat64
|
||||
|
@ -15,5 +15,5 @@ ENTRY(fstatfs64)
|
||||
ret
|
||||
END(fstatfs64)
|
||||
|
||||
.globl _C_LABEL(fstatfs)
|
||||
.equ _C_LABEL(fstatfs), _C_LABEL(fstatfs64)
|
||||
.globl fstatfs
|
||||
.equ fstatfs, fstatfs64
|
||||
|
@ -15,5 +15,5 @@ ENTRY(ftruncate)
|
||||
ret
|
||||
END(ftruncate)
|
||||
|
||||
.globl _C_LABEL(ftruncate64)
|
||||
.equ _C_LABEL(ftruncate64), _C_LABEL(ftruncate)
|
||||
.globl ftruncate64
|
||||
.equ ftruncate64, ftruncate
|
||||
|
@ -15,5 +15,5 @@ ENTRY(getrlimit)
|
||||
ret
|
||||
END(getrlimit)
|
||||
|
||||
.globl _C_LABEL(getrlimit64)
|
||||
.equ _C_LABEL(getrlimit64), _C_LABEL(getrlimit)
|
||||
.globl getrlimit64
|
||||
.equ getrlimit64, getrlimit
|
||||
|
@ -15,5 +15,5 @@ ENTRY(lseek)
|
||||
ret
|
||||
END(lseek)
|
||||
|
||||
.globl _C_LABEL(lseek64)
|
||||
.equ _C_LABEL(lseek64), _C_LABEL(lseek)
|
||||
.globl lseek64
|
||||
.equ lseek64, lseek
|
||||
|
@ -16,5 +16,5 @@ ENTRY(mmap)
|
||||
ret
|
||||
END(mmap)
|
||||
|
||||
.globl _C_LABEL(mmap64)
|
||||
.equ _C_LABEL(mmap64), _C_LABEL(mmap)
|
||||
.globl mmap64
|
||||
.equ mmap64, mmap
|
||||
|
@ -16,5 +16,5 @@ ENTRY(pread64)
|
||||
ret
|
||||
END(pread64)
|
||||
|
||||
.globl _C_LABEL(pread)
|
||||
.equ _C_LABEL(pread), _C_LABEL(pread64)
|
||||
.globl pread
|
||||
.equ pread, pread64
|
||||
|
@ -16,5 +16,5 @@ ENTRY(prlimit64)
|
||||
ret
|
||||
END(prlimit64)
|
||||
|
||||
.globl _C_LABEL(prlimit)
|
||||
.equ _C_LABEL(prlimit), _C_LABEL(prlimit64)
|
||||
.globl prlimit
|
||||
.equ prlimit, prlimit64
|
||||
|
@ -16,5 +16,5 @@ ENTRY(pwrite64)
|
||||
ret
|
||||
END(pwrite64)
|
||||
|
||||
.globl _C_LABEL(pwrite)
|
||||
.equ _C_LABEL(pwrite), _C_LABEL(pwrite64)
|
||||
.globl pwrite
|
||||
.equ pwrite, pwrite64
|
||||
|
@ -16,5 +16,5 @@ ENTRY(sendfile)
|
||||
ret
|
||||
END(sendfile)
|
||||
|
||||
.globl _C_LABEL(sendfile64)
|
||||
.equ _C_LABEL(sendfile64), _C_LABEL(sendfile)
|
||||
.globl sendfile64
|
||||
.equ sendfile64, sendfile
|
||||
|
@ -15,5 +15,5 @@ ENTRY(setrlimit)
|
||||
ret
|
||||
END(setrlimit)
|
||||
|
||||
.globl _C_LABEL(setrlimit64)
|
||||
.equ _C_LABEL(setrlimit64), _C_LABEL(setrlimit)
|
||||
.globl setrlimit64
|
||||
.equ setrlimit64, setrlimit
|
||||
|
@ -15,5 +15,5 @@ ENTRY(statfs64)
|
||||
ret
|
||||
END(statfs64)
|
||||
|
||||
.globl _C_LABEL(statfs)
|
||||
.equ _C_LABEL(statfs), _C_LABEL(statfs64)
|
||||
.globl statfs
|
||||
.equ statfs, statfs64
|
||||
|
@ -15,5 +15,5 @@ ENTRY(truncate)
|
||||
ret
|
||||
END(truncate)
|
||||
|
||||
.globl _C_LABEL(truncate64)
|
||||
.equ _C_LABEL(truncate64), _C_LABEL(truncate)
|
||||
.globl truncate64
|
||||
.equ truncate64, truncate
|
||||
|
@ -48,8 +48,8 @@ ENTRY(%(func)s)
|
||||
|
||||
|
||||
function_alias = """
|
||||
.globl _C_LABEL(%(alias)s)
|
||||
.equ _C_LABEL(%(alias)s), _C_LABEL(%(func)s)
|
||||
.globl %(alias)s
|
||||
.equ %(alias)s, %(func)s
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user