Go to file
Florian Weimer ce12fc7113 Remove NO_CTORS_DTORS_SECTIONS macro
This was originally added to support binutils older than version
2.22:

  <https://sourceware.org/ml/libc-alpha/2010-12/msg00051.html>

Since 2.22 is older than the minimum required binutils version
for building glibc, we no longer need this.  (The changes do
not impact the statically linked startup code.)
2020-05-18 15:39:34 +02:00
ChangeLog.old
argp
assert
benchtests
bits
catgets
conform
crypt
csu Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
ctype
debug
dirent
dlfcn
elf Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
gmon
gnulib
grp
gshadow
hesiod
htl
hurd hurd: Add missing sigstate members initialization 2020-05-11 01:30:29 +02:00
iconv
iconvdata
include Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
inet Use unsigned constants for ICMP6 filters [BZ #22489] 2020-05-11 17:09:05 -04:00
intl
io Suppress GCC 10 true positive warnings [BZ #25967] 2020-05-11 11:38:02 -06:00
libio improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] 2020-05-04 11:21:50 -06:00
locale locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4) 2020-05-15 10:38:10 +02:00
localedata ckb_IQ, or_IN locales: Add missing reorder-end keywords 2020-05-08 10:52:22 +02:00
login
mach
malloc
manual manual: Document the O_NOFOLLOW open flag 2020-05-05 09:23:53 +02:00
math
mathvec
misc improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] 2020-05-04 11:21:50 -06:00
nis
nptl nptl: wait for pending setxid request also in detached thread (bug 25942) 2020-05-12 17:17:49 +02:00
nptl_db
nscd y2038: nscd: Modify nscd_helper to use __clock_gettime64 2020-05-05 18:45:14 +02:00
nss
po
posix Suppress GCC 10 true positive warnings [BZ #25967] 2020-05-11 11:38:02 -06:00
pwd
resolv
resource
rt
scripts Use GCC 10 branch in build-many-glibcs.py. 2020-05-06 15:41:55 +00:00
setjmp
shadow
signal signal: Use <sigsetops.h> for sigemptyset, sigfillset 2020-05-08 17:29:10 +02:00
socket
soft-fp
stdio-common
stdlib improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] 2020-05-04 11:21:50 -06:00
string string: Fix string/tst-memmove-overflow to compile with GCC 7 2020-05-14 18:51:49 +02:00
sunrpc sunrpc/tst-udp-*: Fix timeout value 2020-05-16 19:34:48 +02:00
support support: Add support_blob_repeat_allocate_shared 2020-05-12 19:02:44 +02:00
sysdeps Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
sysvipc
termios
time Update timezone code from tzcode 2020a 2020-05-15 09:19:27 -07:00
timezone Update timezone code from tzcode 2020a 2020-05-15 09:19:27 -07:00
wcsmbs
wctype
.gitattributes
.gitignore
COPYING
COPYING.LIB
INSTALL
LICENSES
MAINTAINERS
Makeconfig
Makefile test-container: Support $(complocaledir) and mkdirp. 2020-04-30 16:28:07 -04:00
Makefile.help
Makefile.in
Makerules Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
NEWS powerpc64le: Enable support for IEEE long double 2020-04-30 08:52:08 -05:00
README
Rules
abi-tags
aclocal.m4
config.h.in Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
config.make.in
configure Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
configure.ac Remove NO_CTORS_DTORS_SECTIONS macro 2020-05-18 15:39:34 +02:00
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
	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
	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.