glibc/sysdeps/unix/sysv/linux/aarch64
Carlos O'Donell da53d6dbc2 Run check-localpltk/textrel/execstack over ld.so.
For maximum paranoia we run ld.so through the normal set
of tests for all of the shared libraries. This includes
running ld.so through check-localplt, check-textrel, and
check-execstack. While none of these should trigger any
failures given the way ld.so is built, it might possibly
fail if a developer does something wrong. This paranoia
was triggered by a discussion over the use of __strcpy
vs. strcpy [1] and if the symbol could leak and use the
libc.so version.

The check-localplt test fails right away because localplt.data
needs updating for all arches. By default we add 6 new symbols:
__tls_get_addr, __libc_memalign, malloc, calloc, realloc and
free. Other machines like i386, power, and s390 require some
different symbol sets e.g. ___tls_get_addr vs. __tls_get_addr
for i386.

Verified for i386
Verified for x86_64
Verified for ppc32
Verified for ppc64
Verified for ppc64le
Verified for arm
Verified for aarch64
Verified for s390
Verified for s390x
Guessed for alpha
Guessed for ia64
Guessed for m68k
Guessed for microblaze
Guessed for sparc32
Guessed for sparc64
Defaults for sh
Defaults for mips
Defaults for hppa
Defaults for tile

Machine manintainers notified to double check the data
used in localplt.data.

[1] https://sourceware.org/ml/libc-alpha/2014-10/msg00548.html
2014-11-06 15:48:44 -05:00
..
bits AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
sys AArch64: Remove asm/ptrace.h inclusion in sys/user.h and sys/procfs.h 2014-05-20 13:45:22 +01:00
__read_tp.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
arch-fork.h AArch64: Convert fork.c to arch-fork.h 2014-05-21 18:45:00 +01:00
c++-types.data AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
clone.S aarch64: Consolidate NPTL/non versions of clone 2014-06-03 11:04:04 -04:00
configure Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac. 2014-07-17 14:35:48 +00:00
configure.ac Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac. 2014-07-17 14:35:48 +00:00
dl-cache.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
dl-static.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
getcontext.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
gettimeofday.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
Implies NPTL is no longer an add-on! 2014-07-07 09:29:06 -07:00
init-first.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
ioctl.S aarch64: Fix error return from __ioctl 2014-05-30 14:09:34 -04:00
kernel_rt_sigframe.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
kernel-features.h Reduce kernel-features.h duplication. 2014-05-14 00:45:19 +00:00
ld.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
ldconfig.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
ldsodefs.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
libanl.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libBrokenLocale.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libc-__read_tp.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
libc.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libcrypt.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libdl.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libm.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libnsl.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libpthread.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libresolv.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
librt.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libthread_db.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
libutil.abilist AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
localplt.data Run check-localpltk/textrel/execstack over ld.so. 2014-11-06 15:48:44 -05:00
makecontext.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
Makefile Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
mmap.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
profil-counter.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
pt-vfork.c aarch64: Consolidate NPTL/non versions of vfork 2014-06-03 11:09:20 -04:00
readelflib.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
setcontext.S aarch64: Re-implement setcontext without rt_sigreturn syscall 2014-04-17 11:38:50 +01:00
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
sigaction.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
sigcontextinfo.h Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
swapcontext.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
syscall.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
sysdep-cancel.h AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
sysdep.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
sysdep.h Remove unnecessary uses of NOT_IN_libc 2014-08-21 10:26:46 +05:30
ucontext_i.sym Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
ucontext-internal.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
Versions Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
vfork.S Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00