Go to file
Noah Goldstein 37ecc657b2 x86: Add support for building {w}memset{_chk} with explicit ISA level
1. Refactor files so that all implementations are in the multiarch
   directory
    - Moved the implementation portion of memset sse2 from memset.S to
      multiarch/memset-sse2.S

    - The non-multiarch file now only includes one of the
      implementations in the multiarch directory based on the compiled
      ISA level (only used for non-multiarch builds.  Otherwise we go
      through the ifunc selector).

2. Add ISA level build guards to different implementations.
    - I.e memset-avx2-unaligned-erms.S which is ISA level 3 will only
      build if compiled ISA level <= 3. Otherwise there is no reason
      to include it as we will always use one of the ISA level 4
      implementations (memset-evex-unaligned-erms.S).

3. Add new multiarch/rtld-memset.S that just include the
   non-multiarch memset.S which will in turn select the best
   implementation based on the compiled ISA level.

4. Refactor the ifunc selector and ifunc implementation list to use
   the ISA level aware wrapper macros that allow functions below the
   compiled ISA level (with a guranteed replacement) to be skipped.

Tested with and without multiarch on x86_64 for ISA levels:
{generic, x86-64-v2, x86-64-v3, x86-64-v4}

And m32 with and without multiarch.
2022-07-05 16:42:42 -07:00
ChangeLog.old
argp argp: Remove old includes in !_LIBC case 2022-07-04 15:25:18 +02:00
assert
benchtests Benchtests: Improve memrchr benchmarks 2022-06-07 13:09:16 -07:00
bits linux: Add process_madvise 2022-06-02 15:43:28 -03:00
catgets catgets: Use 64 bit stat for __open_catalog (BZ# 29211) 2022-06-01 13:23:16 -03:00
conform
crypt
csu
ctype
debug debug: make __read_chk a cancellation point (bug 29274) 2022-06-22 17:00:44 +02:00
dirent
dlfcn dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNU 2022-05-23 10:23:23 -07:00
elf elf: Fix direction of NODELETE log messages during symbol lookup 2022-07-05 14:40:38 +02:00
gmon
gnulib
grp
gshadow
hesiod
htl
hurd
iconv Avoid -Wstringop-overflow= warning in iconv module. 2022-06-14 11:03:06 +02:00
iconvdata grep: egrep -> grep -E, fgrep -> grep -F 2022-06-05 12:09:02 -07:00
include libc-symbols.h: remove unused macros 2022-07-04 21:15:51 -07:00
inet inet: Use 64 bit stat for ruserpass (BZ# 29210) 2022-06-01 13:23:16 -03:00
intl
io grep: egrep -> grep -E, fgrep -> grep -F 2022-06-05 12:09:02 -07:00
libio
locale localedef: Support building for older C standards 2022-07-05 10:30:20 +02:00
localedata de_DE: Convert to UTF-8 2022-07-05 09:07:02 +02:00
login
mach
malloc malloc: Simplify checked_request2size interface 2022-07-05 11:04:45 +02:00
manual AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunable 2022-06-30 14:01:08 +01:00
math
mathvec
misc misc: Optimize internal usage of __libc_single_threaded 2022-06-24 17:45:58 -03:00
nis
nptl Replace __libc_multiple_threads with __libc_single_threaded 2022-07-05 10:14:47 -03:00
nptl_db nptl_db: disable DT_RELR on libthread_db.so 2022-06-08 11:17:47 -05:00
nscd
nss nss: handle stat failure in check_reload_and_get (BZ #28752) 2022-06-08 21:29:39 -04:00
po grep: egrep -> grep -E, fgrep -> grep -F 2022-06-05 12:09:02 -07:00
posix Replace __libc_multiple_threads with __libc_single_threaded 2022-07-05 10:14:47 -03:00
pwd
resolv resolv/tst-resolv-noaaaa: Support building for older C standards 2022-06-24 19:44:42 +02:00
resource
rt Refactor internal-signals.h 2022-06-30 14:56:21 -03:00
scripts Use GCC 12 branch in build-many-glibcs.py 2022-07-04 13:15:58 +00:00
setjmp
shadow
signal Refactor internal-signals.h 2022-06-30 14:56:21 -03:00
socket socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225) 2022-06-06 12:46:14 -03:00
soft-fp
stdio-common libio: Avoid RMW of flags2 outside lock (BZ #27842) 2022-06-10 13:35:57 +01:00
stdlib stdlib: Simplify buffer management in canonicalize 2022-07-05 11:04:45 +02:00
string x86: Fix page cross case in rawmemchr-avx2 [BZ #29234] 2022-06-08 17:07:34 -07:00
sunrpc
support support: Change non-address output format of support_format_dns_packet 2022-06-24 18:18:41 +02:00
sysdeps x86: Add support for building {w}memset{_chk} with explicit ISA level 2022-07-05 16:42:42 -07:00
sysvipc
termios
time Declare timegm for ISO C2X 2022-06-06 14:47:03 +00:00
timezone
wcsmbs locale: Add more cached data to LC_CTYPE 2022-05-23 11:06:31 +02:00
wctype
.clang-format
.gitattributes
.gitignore
CONTRIBUTED-BY
COPYING
COPYING.LIB
INSTALL
LICENSES
MAINTAINERS
Makeconfig Enable DT_RELR in glibc shared libraries and PIEs automatically 2022-05-18 13:04:13 -07:00
Makefile grep: egrep -> grep -E, fgrep -> grep -F 2022-06-05 12:09:02 -07:00
Makefile.help
Makefile.in
Makerules Makerules: Remove no-op -Wl,-d when linking libc_pic.os 2022-06-26 15:31:19 -07:00
NEWS linux: Add mount_setattr 2022-07-05 10:08:48 -03:00
README
Rules
SHARED-FILES
abi-tags
aclocal.m4 grep: egrep -> grep -E, fgrep -> grep -F 2022-06-05 12:09:02 -07:00
config.h.in
config.make.in
configure
configure.ac
extra-lib.mk
gen-locales.mk
libc-abis
libof-iterator.mk
o-iterator.mk
shlib-versions
test-skeleton.c
version.h

README

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.