glibc/csu
Joseph Myers af296fcdab Remove bitrotten --enable-oldest-abi (bug 6652).
This patch removes the --enable-oldest-abi configure option, which has
long been bitrotten (as reported in bug 6652).  The principle of
removing this option was agreed in the thread starting at
<https://sourceware.org/ml/libc-alpha/2013-07/msg00174.html>.

Tested for x86_64 and x86 that the installed shared libraries other
than libc.so are unchanged by this patch and that libc.so disassembly
and symbol versions are unchanged (debug info changes because of
changed line numbers in csu/version.c).

	[BZ #6652]
	* Makeconfig (soversions-default-setname): Remove variable.
	($(common-objpfx)soversions.i): Don't pass default_setname to
	soversions.awk.
	* Makerules ($(common-objpfx)abi-versions.h): Don't pass
	oldest_abi to abi-versions.awk.
	* config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
	* config.make.in (oldest-abi): Remove variable.
	* configure.ac (--enable-oldest-abi): Remove configure option.
	* configure: Regenerated.
	* csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
	text.
	* scripts/abi-versions.awk: Do not handle oldest_abi variable.
	* scripts/soversions.awk: Do not handle default_setname variable.
	* sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
	variable.
	* sysdeps/mach/hurd/configure: Regenerated.
	* sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
	variable.
	* sysdeps/unix/sysv/linux/configure: Regenerated.
2014-09-16 17:45:03 +00:00
..
Makefile Remove "Compiled on ..." crapola from version text. 2014-03-14 16:05:31 -07:00
Versions Remove unused %include lines from Versions files. 2014-02-22 00:58:54 -08:00
abi-note.S Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
check_fds.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dso_handle.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
elf-init.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
errno-loc.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
errno.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gmon-start.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
init-first.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
init.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
libc-start.c Clean up __exit_thread. 2014-05-13 09:49:20 -07:00
libc-tls.c Remove second argument from TLS_INIT_TP macro 2014-05-27 14:48:46 +02:00
start.c More fallout from supporting only ELF 2012-01-08 00:45:01 -05:00
sysdep.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-atomic-long.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-atomic.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-empty.c 2003-04-11 Roland McGrath <roland@redhat.com> 2003-04-12 00:16:59 +00:00
version.c Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00