Go to file
Joseph Myers f7b425175c Support and use mixed compat/non-compat aliases in syscalls.list.
This patch enables syscalls.list entries to specify both compat and
non-compat symbol versions for the same syscall definition, making use
of this for setrlimit / chown / lchown where the inability to specify
such aliases showed up in the course of work on bug 14138.

The change to make-syscalls.sh is minimal: adding a SHARED conditional
on the compat_symbol calls.  It remains the case that if a compat
symbol version is specified, the syscall is only built for the shared
library at all if an explicit symbol version is given for a non-compat
symbol (so it's necessary to specify "lchown@@GLIBC_2.0
chown@GLIBC_2.0" rather than just "lchown chown@GLIBC_2.0").  It also
remains the case, as already commented in make-syscalls.sh, that no
SHLIB_COMPAT conditionals are generated, so there would be problems if
the same syscalls.list file, with compat symbols, were used for both
configurations that should have those symbols and configurations for
which they should be conditioned out with SHLIB_COMPAT.

Tested for x86.

	* sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
	compat_symbol calls on [SHARED].
	* sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
	* sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
	Remove.
	(setrlimit): Add setrlimit@GLIBC_2.0 alias.
	* sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
	(oldsetrlimit): Remove.
	(setrlimit): Add setrlimit@GLIBC_2.0 alias.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
	(lchown): New syscall entry.
	(oldsetrlimit): Remove.
	(setrlimit): Add setrlimit@GLIBC_2.0 alias.
	* sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
	(oldsetrlimit): Remove.
	(setrlimit): Add setrlimit@GLIBC_2.0 alias.
2014-10-06 22:58:59 +00:00
argp
assert
benchtests PowerPC: memset optimization for POWER8/PPC64 2014-09-10 07:39:46 -04:00
bits
catgets Remove redundant CPPFLAGS for some programs 2014-08-21 10:27:13 +05:30
conf
conform
crypt
csu Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00
ctype
debug
dirent
dlfcn Include .interp section only for libc.so 2014-09-16 22:19:22 +05:30
elf remove nested functions from elf/dl-deps.c 2014-10-01 14:34:45 -07:00
gmon
gnulib
grp
gshadow
hesiod
hurd
iconv Complete the removal of __gconv_translit_find 2014-09-12 09:17:32 +02:00
iconvdata CVE-2014-6040: Crashes on invalid input in IBM gconv modules [BZ #17325] 2014-09-03 19:46:42 +02:00
include Update version.h and include/features.h for 2.20 release 2014-09-07 18:09:09 +10:00
inet Return failure in getnetgrent only when all netgroups have been searched (#17363) 2014-09-10 21:51:50 +05:30
intl tst-gettext2: make setup more robust 2014-08-08 22:55:48 -04:00
io
libidn Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
libio Fix memory leak in error path of do_ftell_wide (BZ #17370) 2014-09-16 14:20:45 +05:30
locale Minor cleanup in locale.c 2014-09-12 16:07:23 -07:00
localedata Allow cross-building of tests 2014-09-30 15:02:41 +01:00
login
mach
malloc malloc: additional unlink hardening for non-small bins [BZ #17344] 2014-09-11 10:59:05 +02:00
manual Update contrib.texi 2014-09-07 16:07:10 +10:00
math stdlib/tst-strtod-round.c: Fix build on ARM 2014-09-30 15:03:50 +01:00
misc Make __extern_always_inline usable on clang++ again 2014-09-16 22:16:01 +05:30
nis
nptl Write errors to stdout and not stderr in nptl/tst-setuid3.c 2014-10-06 10:23:17 +05:30
nptl_db Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
nscd
nss
po Update Russian translation 2014-09-13 15:41:54 +10:00
posix Assume that all _[PS]C_* and _CS_* macros are always defined 2014-09-16 22:18:20 +05:30
pwd
resolv
resource
rt Fix -Wundef warning for HAVE_IFUNC 2014-07-31 17:05:19 +02:00
scripts Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
setjmp
shadow
signal
socket Sync recvmmsg prototype with kernel usage. 2014-09-20 13:53:44 +02:00
soft-fp soft-fp: Fix comment formatting. 2014-09-17 22:20:45 +00:00
stdio-common remove nested function hack_digit 2014-09-29 10:46:05 -07:00
stdlib stdlib/tst-strtod-round.c: Fix build on ARM 2014-09-30 15:03:50 +01:00
streams
string Move findidx nested functions to top-level. 2014-09-11 16:02:17 -07:00
sunrpc
sysdeps Support and use mixed compat/non-compat aliases in syscalls.list. 2014-10-06 22:58:59 +00:00
sysvipc
termios
time New test for ftime 2014-09-18 13:26:53 +05:30
timezone Allow cross-building of tests 2014-09-30 15:02:41 +01:00
wcsmbs Complete the removal of __gconv_translit_find 2014-09-12 09:17:32 +02:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4 Require autoconf 2.69 2014-09-29 07:53:36 -07:00
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
ChangeLog Support and use mixed compat/non-compat aliases in syscalls.list. 2014-10-06 22:58:59 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.17
ChangeLog.old-ports
ChangeLog.old-ports-aarch64
ChangeLog.old-ports-aix
ChangeLog.old-ports-alpha
ChangeLog.old-ports-am33
ChangeLog.old-ports-arm
ChangeLog.old-ports-cris
ChangeLog.old-ports-hppa
ChangeLog.old-ports-ia64
ChangeLog.old-ports-linux-generic
ChangeLog.old-ports-m68k
ChangeLog.old-ports-microblaze
ChangeLog.old-ports-mips
ChangeLog.old-ports-powerpc
ChangeLog.old-ports-tile
config.h.in Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00
config.make.in Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00
configure Require autoconf 2.69 2014-09-29 07:53:36 -07:00
configure.ac Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00
CONFORMANCE
COPYING
COPYING.LIB
cppflags-iterator.mk
extra-lib.mk
extra-modules.mk
INSTALL
libc-abis
LICENSES
Makeconfig Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
Makefile
Makefile.in
Makerules Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
NAMESPACE
NEWS Correctly size profiling reloc table (bug 17411) 2014-09-29 14:15:02 -04:00
o-iterator.mk
PROJECTS
README
Rules
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
test-skeleton.c
version.h Open development for 2.21 2014-09-08 09:22:55 +10:00
WUR-REPORT

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.  The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 2.6.32 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
	hppa-*-linux-gnu	Not currently functional without patches.
	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
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see http://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 http://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 http://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., 2000-2013, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.