Go to file
Szabolcs Nagy f4973d31bb Use uintptr_t in fts for pointer alignment
The code assumed unsigned long can represent pointers.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2022-11-01 09:48:17 +00:00
argp
assert
benchtests Bench: Improve benchtests for memchr, strchr, strnlen, strrchr 2022-10-19 17:31:03 -07:00
bits
catgets
ChangeLog.old
conform
crypt
csu
ctype
debug Fix invalid pointer dereference in wcpcpy_chk 2022-10-28 11:15:28 +01:00
dirent
dlfcn
elf elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN) 2022-10-31 09:00:26 -07:00
gmon
gnulib
grp
gshadow
hesiod
htl
hurd Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
iconv Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
iconvdata
include Remove unused scratch_buffer_dupfree 2022-10-28 18:43:58 +01:00
inet Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
intl
io Use uintptr_t in fts for pointer alignment 2022-11-01 09:48:17 +00:00
libio Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
locale
localedata
login
mach
malloc Remove unused scratch_buffer_dupfree 2022-10-28 18:43:58 +01:00
manual manual: Add missing % in int conversion list 2022-10-25 09:12:30 +02:00
math Fix build with GCC 13 _FloatN, _FloatNx built-in functions 2022-10-31 23:20:08 +00:00
mathvec
misc Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
nis nis: Fix nis_print_directory 2022-10-20 10:54:27 -03:00
nptl linux: Avoid shifting a negative signed on POSIX timer interface 2022-10-20 10:19:08 -03:00
nptl_db
nscd
nss Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
po
posix
pwd
resolv
resource Fix resource/bug-ulimit1 test 2022-10-28 11:17:18 +01:00
rt
scripts scripts: Use bool in tunables initializer 2022-10-28 11:14:54 +01:00
setjmp
shadow
signal
socket socket: Use offsetof in SUN_LEN (bug 29578) 2022-10-10 09:30:26 +02:00
soft-fp
stdio-common Fix missing NUL terminator in stdio-common/scanf13 test 2022-10-28 11:16:51 +01:00
stdlib stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501) 2022-10-28 11:35:20 -03:00
string Use uintptr_t in string/tester for pointer alignment 2022-10-28 17:31:57 +01:00
sunrpc
support
sysdeps Fix build with GCC 13 _FloatN, _FloatNx built-in functions 2022-10-31 23:20:08 +00:00
sysvipc
termios
time
timezone
wcsmbs Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
wctype
.clang-format
.gitattributes
.gitignore
abi-tags
aclocal.m4 Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling. 2022-10-28 17:19:02 -04:00
config.h.in
config.make.in
configure Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling. 2022-10-28 17:19:02 -04:00
configure.ac Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling. 2022-10-28 17:19:02 -04:00
CONTRIBUTED-BY
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig Remove lingering libSegfault Makefile entries 2022-10-26 15:55:43 -03:00
Makefile
Makefile.help
Makefile.in
Makerules
NEWS
o-iterator.mk
README
Rules
SHARED-FILES
shlib-versions
test-skeleton.c
version.h

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
	loongarch64-*-linux-gnu Hardware floating point, LE only.
	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.