glibc/sysdeps/unix/sysv/linux/mips
Adhemerval Zanella 8ed005daf0 Remove stat wrapper functions, move them to exported symbols
This patch removes the stat, stat64, lstat, lstat64, fstat, fstat64,
fstatat, and fstatat64 static wrapper and add the symbol on the libc
with the expected names.

Both the prototypes of the internal symbol linked by the static
wrappers and the inline redirectors are also removed from the installed
sys/stat.h header file.  The wrapper implementation license LGPL
exception is also removed since it is no longer statically linked to
binaries.

Internally the _STAT_VER* definitions are moved to a arch-specific
xstatver.h file.  The internal defines that redirects internals
{f}stat{at} to their {f}xstat{at} counterparts are removed for Linux
(!NO_RTLD_HIDDEN).  Hurd still requires them since {f}stat{at} pulls
extra objects that makes the loader build fail otherwise (I haven't
dig into why exactly).

Checked with a build for all affected ABIs. I also checked on x86_64,
i686, powerpc, powerpc64le, sparcv9, sparc64, s390, and s390x.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
2020-10-09 17:02:06 -03:00
..
bits Remove stat wrapper functions, move them to exported symbols 2020-10-09 17:02:06 -03:00
mips32 Remove stat wrapper functions, move them to exported symbols 2020-10-09 17:02:06 -03:00
mips64 Remove stat wrapper functions, move them to exported symbols 2020-10-09 17:02:06 -03:00
sys
Implies
Makefile
Versions
____longjmp_chk.c
_test_and_set.c
brk.c
clone.S
configure Replace Minumum/minumum with Minimum/minimum 2020-10-06 05:15:11 -07:00
configure.ac Replace Minumum/minumum with Minimum/minimum 2020-10-06 05:15:11 -07:00
dl-cache.h
dl-static.c
errlist-compat.c
fxstat.c
getcontext.S
getrlimit64.c
getsysstats.c
kernel-features.h
kernel_rt_sigframe.h
kernel_sigaction.h
kernel_stat.h
kernel_termios.h
ldsodefs.h
libc-abis
lxstat.c
makecontext.S
mmap_info.h
pipe.S
readelflib.c
register-dump.h
setcontext.S
setrlimit64.c
shlib-versions
sigcontextinfo.h
struct_kernel_msqid64_ds.h
struct_kernel_semid64_ds.h
struct_kernel_shmid64_ds.h
swapcontext.S
syscalls.list
sysdep.h
ucontext_i.sym
unwind-arch.h
ustat.c
vfork.S
xstat.c
xstatconv.c
xstatver.h Remove stat wrapper functions, move them to exported symbols 2020-10-09 17:02:06 -03:00