Go to file
Florian Weimer 19108a3832 i386: Remove unused variable in sysdeps/x86/cacheinfo.c
Commit a98dc92dd1 ("x86: Add cache
information support for Zhaoxin processors") introduced an unused
variable warning in the default i686-linux-gnu build:

In file included from ../sysdeps/i386/cacheinfo.c:3:
../sysdeps/x86/cacheinfo.c: In function 'init_cacheinfo':
../sysdeps/x86/cacheinfo.c:762:16: error: unused variable 'eax' [-Werror=unused-variable]
  762 |   unsigned int eax;
      |                ^~~
2020-04-30 21:16:47 +02:00
argp Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
assert
benchtests Add benchtests for roundeven and roundevenf. 2020-03-27 23:24:02 +00:00
bits Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
catgets
ChangeLog.old
conform Convert Python scripts to Python 3 2020-03-03 15:52:09 -08:00
crypt
csu elf: Add initial flag argument to __libc_early_init 2020-04-29 15:44:03 +02:00
ctype
debug
dirent
dlfcn
elf Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
gmon
gnulib
grp
gshadow
hesiod
htl
hurd hurd: Make O_TRUNC update mtime/ctime 2020-03-29 19:42:55 +02:00
iconv
iconvdata Reset converter state after second wchar_t output (Bug 25734) 2020-04-15 22:31:40 -04:00
include Add a C wrapper for prctl [BZ #25896] 2020-04-30 10:42:43 -07:00
inet Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h. 2020-04-03 18:08:28 +00:00
intl
io
libio Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
locale Increase the timeout of locale/tst-localedef-path-norm 2020-04-27 16:20:29 +01:00
localedata Bug 25819: Update to Unicode 13.0.0 2020-04-21 18:17:23 +02:00
login
mach hurd: add mach_print function 2020-04-14 13:19:18 +02:00
malloc malloc: ensure set_max_fast never stores zero [BZ #25733] 2020-04-06 16:27:53 -04:00
manual powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0) 2020-04-30 08:52:08 -05:00
math Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
mathvec
misc Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
nis nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS 2020-02-25 16:15:09 +01:00
nptl nptl/tst-setuid1-static: Improve isolation from system objects 2020-04-27 18:38:27 +02:00
nptl_db
nscd nscd/cachedumper.c : fix whitespace 2020-03-17 14:03:43 -04:00
nss
po Update translations 2020-04-30 07:39:54 +05:30
posix Fix typo in posix/tst-fnmatch.input (Bug 25790) 2020-04-15 22:31:40 -04:00
pwd
resolv
resource
rt Block all signals on timer_create thread (BZ#10815) 2020-02-19 13:46:31 -03:00
scripts Linux: Remove <sys/sysctl.h> and the sysctl function 2020-04-15 17:17:32 +02:00
setjmp
shadow
signal signal: Only handle on NSIG signals on signal functions (BZ #25657) 2020-04-21 15:10:10 -03:00
socket
soft-fp
stdio-common Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
stdlib Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
string
sunrpc
support support: Implement <support/xthread.h> key create/delete 2020-04-27 21:40:24 +02:00
sysdeps i386: Remove unused variable in sysdeps/x86/cacheinfo.c 2020-04-30 21:16:47 +02:00
sysvipc
termios
time
timezone
wcsmbs Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in
config.make.in
configure Remove reference of --without-fp on configure 2020-03-06 09:53:24 -03:00
configure.ac Remove reference of --without-fp on configure 2020-03-06 09:53:24 -03:00
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0) 2020-04-30 08:52:08 -05:00
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig Makeconfig: Use $(error ...) to output error message 2020-04-29 11:24:41 +02:00
Makefile
Makefile.help
Makefile.in
Makerules
NEWS powerpc64le: Enable support for IEEE long double 2020-04-30 08:52:08 -05:00
o-iterator.mk
README
Rules
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
	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.