Go to file
Alan Modra d6efcc118e powerpc64: Use medium model toc accesses throughout
The PowerPC64 linker edits medium model toc-indirect code to toc-pointer
relative:
	addis r9,r2,tc_entry_for_var@toc@ha
	ld r9,tc_entry_for_var@toc@l(r9)
becomes
	addis r9,r2,(var-.TOC.)@ha
	addi r9,r9,(var-.TOC.)@l
when "var" is known to be local to the binary.  This isn't done for
small-model toc-indirect code, because "var" is almost guaranteed to
be too far away from .TOC. for a 16-bit signed offset.  And, because
the analysis of which .toc entry can be removed becomes much more
complicated in objects that mix code models, they aren't removed if
any small-model toc sequence appears in an object file.

Unfortunately, glibc's build of ld.so smashes the needed objects
together in a ld -r linking stage.  This means the GOT/TOC is left
with a whole lot of relative relocations which is untidy, but in
itself is not a serious problem.  However, static-pie on powerpc64
bombs due to a segfault caused by one of the small-model accesses
before _dl_relocate_static_pie.  (The very first one in rcrt1.o
passing start_addresses in r8 to __libc_start_main.)

So this patch makes all the toc/got accesses in assembly medium code
model, and a couple of functions hidden.  By itself this is not
enough to give us working static-pie, but it is useful in isolation to
enable better linker optimisation.

There's a serious problem in libgcc too.  libgcc ifuncs access the
AT_HWCAP words stored in the tcb with an offset from the thread
pointer (r13), but r13 isn't set at the time _dl_relocate_static_pie.
A followup patch will fix that.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
2022-04-10 08:33:06 +09:30
argp Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
assert Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
benchtests benchtests: Use json-lib in bench-strncasecmp.c 2022-03-25 11:46:13 -05:00
bits elf: Issue la_symbind for bind-now (BZ #23734) 2022-02-01 14:49:46 -03:00
catgets Update copyright dates not handled by scripts/update-copyrights. 2022-01-01 11:42:26 -08:00
ChangeLog.old Create ChangeLog.old/ChangeLog.24. 2022-02-03 00:27:54 -05:00
conform hurd: drop SA_SIGINFO availability xfail 2022-01-15 17:43:07 +01:00
crypt crypt: Remove unused variable on cert test 2022-03-31 09:00:54 -03:00
csu Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ctype Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
debug debug: Improve fdelt_chk error message 2022-03-28 19:10:30 +05:30
dirent associate a deallocation for opendir 2022-03-14 20:02:46 +05:30
dlfcn Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
elf S390: Fix elf/tst-audit25[ab] 2022-04-07 20:38:23 +02:00
gmon Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gnulib Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
grp Add access function attributes to grp and shadow headers 2022-03-14 20:02:30 +05:30
gshadow Add access function attributes to grp and shadow headers 2022-03-14 20:02:30 +05:30
hesiod Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
htl htl: Destroy thread-specific data before releasing joins 2022-02-14 19:29:02 +01:00
hurd hurd: Make RPC input array parameters const 2022-01-16 18:48:08 +00:00
iconv associate a deallocator for iconv_open 2022-03-14 20:02:49 +05:30
iconvdata iconvdata: Fix enum type on UTF-7 2022-03-23 15:35:35 -03:00
include elf: Remove prelink support 2022-02-10 09:16:12 -03:00
inet inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory 2022-03-08 12:51:29 -03:00
intl intl: Avoid -Wuse-after-free [BZ #26779] 2022-01-25 17:38:31 -07:00
io io: Add fsync call in tst-stat 2022-02-28 11:50:41 +01:00
libio libio: Flush-only _IO_str_overflow must not return EOF (bug 28949) 2022-03-18 21:40:02 +01:00
locale Add rif_MA locale [BZ #27781] 2022-04-07 14:59:41 +02:00
localedata Add rif_MA locale [BZ #27781] 2022-04-07 14:59:41 +02:00
login Update copyright dates not handled by scripts/update-copyrights. 2022-01-01 11:42:26 -08:00
mach mach: Fix LLL_SHARED value 2022-02-14 19:29:02 +01:00
malloc malloc: Fix duplicate inline for do_set_mxfast 2022-03-23 12:28:44 -03:00
manual manual: SA_ONSTACK is ignored without alternate stack 2022-02-28 11:50:41 +01:00
math math: Add more input to atanh accuracy tests 2022-02-24 09:20:43 -08:00
mathvec Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
misc Add some missing access function attributes 2022-03-10 05:56:33 +05:30
nis Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
nptl Allow for unpriviledged nested containers 2022-04-04 14:17:08 -04:00
nptl_db Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
nscd nscd: Remove unused variable 2022-03-23 15:33:17 -03:00
nss Allow for unpriviledged nested containers 2022-04-04 14:17:08 -04:00
po Update translations. 2022-02-02 23:30:15 -05:00
posix posix: Remove unused variable on tst-_Fork.c 2022-03-31 08:57:12 -03:00
pwd Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
resolv resolv: Initialize loop variable on tst-resolv-trailing 2022-03-31 08:55:48 -03:00
resource Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
rt rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYS 2022-01-17 19:17:41 +01:00
scripts Use Linux 5.17 in build-many-glibcs.py 2022-03-22 18:01:16 +00:00
setjmp Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
shadow Add access function attributes to grp and shadow headers 2022-03-14 20:02:30 +05:30
signal Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
socket socket: Add the __sockaddr_un_set function 2022-01-17 10:21:53 +01:00
soft-fp Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
stdio-common stdio-common: Add wide stream coverage to tst-vfprintf-user-type 2022-03-18 21:40:03 +01:00
stdlib realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996] 2022-03-31 22:00:58 +05:30
string string: Replace outdated comments in strlen(). 2022-04-09 11:45:31 -05:00
sunrpc CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768) 2022-01-17 10:47:58 +01:00
support Allow for unpriviledged nested containers 2022-04-04 14:17:08 -04:00
sysdeps powerpc64: Use medium model toc accesses throughout 2022-04-10 08:33:06 +09:30
sysvipc Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
termios posix: Add terminal control setting support for posix_spawn 2022-01-25 14:07:53 -03:00
time Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
timezone timezone: Fix tst-bz28707 Makefile rule 2022-01-12 10:30:10 -03:00
wcsmbs debug: Synchronize feature guards in fortified functions [BZ #28746] 2022-01-12 23:34:48 +05:30
wctype Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
.gitattributes Assume __NR_openat is always defined 2016-03-23 23:35:08 +01:00
.gitignore Add *.pyc to .gitignore 2015-05-18 15:26:26 +05:30
abi-tags Remove the bulk of the NaCl port. 2017-05-20 08:09:10 -04:00
aclocal.m4 Properly check linker option in LIBC_LINKER_FEATURE [BZ #28738] 2022-01-03 05:12:34 -08:00
config.h.in Remove -z combreloc and HAVE_Z_COMBRELOC 2022-04-04 17:19:07 -07:00
config.make.in Remove -z combreloc and HAVE_Z_COMBRELOC 2022-04-04 17:19:07 -07:00
configure Remove -z combreloc and HAVE_Z_COMBRELOC 2022-04-04 17:19:07 -07:00
configure.ac Remove -z combreloc and HAVE_Z_COMBRELOC 2022-04-04 17:19:07 -07:00
CONTRIBUTED-BY Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
COPYING Update to latest versions of GPL-2.0 and LGPL-2.1 2013-09-09 12:52:48 +10:00
COPYING.LIB Update to latest versions of GPL-2.0 and LGPL-2.1 2013-09-09 12:52:48 +10:00
extra-lib.mk Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
gen-locales.mk Improve gen-locales.mk and gen-locale.sh to make test files with @ options work 2018-02-27 17:01:57 +01:00
INSTALL Update install.texi, and regenerate INSTALL. 2022-02-03 00:06:38 -05:00
libc-abis riscv: support GNU indirect function 2021-01-10 21:25:13 -05:00
libof-iterator.mk Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
LICENSES Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
MAINTAINERS Add MAINTAINERS 2017-05-11 13:38:30 -04:00
Makeconfig Remove -z combreloc and HAVE_Z_COMBRELOC 2022-04-04 17:19:07 -07:00
Makefile Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile.help Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile.in New make target to only build benchmark binaries 2016-04-20 10:23:28 +05:30
Makerules build: Properly generate .d dependency files [BZ #28922] 2022-02-25 10:35:45 -08:00
NEWS elf: Remove LD_USE_LOAD_BIAS 2022-02-10 09:18:15 -03:00
o-iterator.mk Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-17 18:42:51 +00:00
README Documentation for OpenRISC port 2022-01-05 06:40:06 +09:00
Rules Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
SHARED-FILES Mention today's regex merge in SHARED-FILES 2021-09-21 18:00:10 -07:00
shlib-versions nss: Do not mention NSS test modules in <gnu/lib-names.h> 2022-03-11 08:24:04 +01:00
test-skeleton.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
version.h Open master branch for glibc 2.36 development 2022-02-03 01:21:33 -05:00

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arc*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	or1k-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv32-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.