Go to file
H.J. Lu ecce11aa07 x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]
GCC 11 supports -march=x86-64-v[234] to enable x86 micro-architecture ISA
levels:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97250

and -mneeded to emit GNU_PROPERTY_X86_ISA_1_NEEDED property with
GNU_PROPERTY_X86_ISA_1_V[234] marker:

https://gitlab.com/x86-psABIs/x86-64-ABI/-/merge_requests/13

Binutils support for GNU_PROPERTY_X86_ISA_1_V[234] marker were added by

commit b0ab06937385e0ae25cebf1991787d64f439bf12
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Oct 30 06:49:57 2020 -0700

    x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker

and

commit 32930e4edbc06bc6f10c435dbcc63131715df678
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Oct 9 05:05:57 2020 -0700

    x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker

GNU_PROPERTY_X86_ISA_1_NEEDED property in x86 ELF binaries indicate the
micro-architecture ISA level required to execute the binary.  The marker
must be added by programmers explicitly in one of 3 ways:

1. Pass -mneeded to GCC.
2. Add the marker in the linker inputs as this patch does.
3. Pass -z x86-64-v[234] to the linker.

Add GNU_PROPERTY_X86_ISA_1_BASELINE and GNU_PROPERTY_X86_ISA_1_V[234]
marker support to ld.so if binutils 2.32 or newer is used to build glibc:

1. Add GNU_PROPERTY_X86_ISA_1_BASELINE and GNU_PROPERTY_X86_ISA_1_V[234]
markers to elf.h.
2. Add GNU_PROPERTY_X86_ISA_1_BASELINE and GNU_PROPERTY_X86_ISA_1_V[234]
marker to abi-note.o based on the ISA level used to compile abi-note.o,
assuming that the same ISA level is used to compile the whole glibc.
3. Add isa_1 to cpu_features to record the supported x86 ISA level.
4. Rename _dl_process_cet_property_note to _dl_process_property_note and
add GNU_PROPERTY_X86_ISA_1_V[234] marker detection.
5. Update _rtld_main_check and _dl_open_check to check loaded objects
with the incompatible ISA level.
6. Add a testcase to verify that dlopen an x86-64-v4 shared object fails
on lesser platforms.
7. Use <get-isa-level.h> in dl-hwcaps-subdirs.c and tst-glibc-hwcaps.c.

Tested under i686, x32 and x86-64 modes on x86-64-v2, x86-64-v3 and
x86-64-v4 machines.

Marked elf/tst-isa-level-1 with x86-64-v4, ran it on x86-64-v3 machine
and got:

[hjl@gnu-cfl-2 build-x86_64-linux]$ ./elf/tst-isa-level-1
./elf/tst-isa-level-1: CPU ISA level is lower than required
[hjl@gnu-cfl-2 build-x86_64-linux]$
2021-01-07 13:10:13 -08:00
argp Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
assert Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
benchtests Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bits Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
catgets Update copyright dates not handled by scripts/update-copyrights. 2021-01-02 12:17:34 -08:00
ChangeLog.old Prepare for glibc 2.32 release. 2020-08-04 22:17:00 -04:00
conform Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
crypt Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
csu Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ctype Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
debug Update copyright dates not handled by scripts/update-copyrights. 2021-01-02 12:17:34 -08:00
dirent Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dlfcn Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
elf x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717] 2021-01-07 13:10:13 -08:00
gmon Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
gnulib Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
grp Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
gshadow Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
hesiod Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
htl Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
hurd Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
iconv Update copyright dates not handled by scripts/update-copyrights. 2021-01-02 12:17:34 -08:00
iconvdata Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
include malloc: Add scratch_buffer_dupfree 2021-01-05 11:33:16 -03:00
inet Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
intl Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
io Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
libio Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
locale Update automatically-generated copyright dates 2021-01-02 12:17:34 -08:00
localedata Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
login Update copyright dates not handled by scripts/update-copyrights. 2021-01-02 12:17:34 -08:00
mach Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
malloc malloc: Add scratch_buffer_dupfree 2021-01-05 11:33:16 -03:00
manual Sync FDL from https://www.gnu.org/licenses/fdl-1.3.texi 2021-01-02 12:46:25 -08:00
math Drop nan-pseudo-number.h usage from tests 2021-01-04 20:49:56 +05:30
mathvec Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
misc Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
nis Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
nptl nptl: Fix comment typo in pthread_cond_wait.c 2021-01-04 22:09:35 +01:00
nptl_db Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
nscd Update copyright dates not handled by scripts/update-copyrights. 2021-01-02 12:17:34 -08:00
nss Update copyright dates not handled by scripts/update-copyrights. 2021-01-02 12:17:34 -08:00
po Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
posix posix: Sync fnmatch with gnulib 2021-01-04 09:02:39 -03:00
pwd Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
resolv Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
resource Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
rt Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
scripts Sync move-if-change from Gnulib 2021-01-02 12:43:58 -08:00
setjmp Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
shadow Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
signal Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
socket Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
soft-fp Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stdio-common Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stdlib stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970] 2021-01-05 11:33:16 -03:00
string Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sunrpc Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
support support: Add support_small_thread_stack_size 2021-01-05 11:33:16 -03:00
sysdeps x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717] 2021-01-07 13:10:13 -08:00
sysvipc Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
termios Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
time Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
timezone Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsmbs Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wctype Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -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 LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotes 2018-01-25 17:20:28 +01:00
config.h.in x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717] 2021-01-07 13:10:13 -08:00
config.make.in config: Allow memory tagging to be enabled when configuring glibc 2020-12-21 15:25:25 +00:00
configure config: Allow memory tagging to be enabled when configuring glibc 2020-12-21 15:25:25 +00:00
configure.ac config: Allow memory tagging to be enabled when configuring glibc 2020-12-21 15:25:25 +00:00
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 config: Allow memory tagging to be enabled when configuring glibc 2020-12-21 15:25:25 +00:00
libc-abis libc-abis: Define ABSOLUTE ABI [BZ #19818][BZ #23307] 2018-07-05 18:06:43 +01: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 Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile.help Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile.in New make target to only build benchmark binaries 2016-04-20 10:23:28 +05:30
Makerules Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
NEWS Update copyright dates not handled by scripts/update-copyrights. 2021-01-02 12:17:34 -08: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 the RISC-V 32-bit port 2020-08-27 08:17:44 -07:00
Rules Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
shlib-versions Remove --enable-obsolete-nsl configure flag 2020-07-08 17:25:57 +02:00
test-skeleton.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
version.h Open master branch for glibc 2.33 development. 2020-08-04 23:41:43 -04: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
	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.