glibc/sysdeps/m68k
Joseph Myers ba90e05052 Remove configuration name patterns from shlib-versions.
This patch removes the first column (patterns matching configuration
names) from shlib-versions, leaving shlib-versions entry selection
based purely on sysdeps directories.

An implication of this removal is that the default for any non-Linux
ports using NPTL will be the same SONAMEs for NPTL libraries as for
Linux (as those defaults, previously limited to .*-.*-linux.*, are
left in nptl/shlib-versions and nptl_db/shlib-versions).

Special host_os handling in configure.ac that was purely for
shlib-versions is removed.  (The host_os setting is still used for
libc-abis - see
<https://sourceware.org/ml/libc-alpha/2014-01/msg00375.html> regarding
that - but no entries there are affected by this change.)

Tested on x86_64 and x86 that the installed shared libraries are
unchanged by this patch.

	* scripts/soversions.awk: Do not handle configuration names.
	* Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
	vendor and os variables to soversions.awk.
	* configure.ac: Do not modify gnu-* host_os.
	* configure: Regenerated
	* shlib-versions: Remove first column with configuration names.
	* nptl/shlib-versions: Likewise.
	* nptl_db/shlib-versions: Likewise.
	* sysdeps/hppa/shlib-versions: Likewise.
	* sysdeps/m68k/shlib-versions: Likewise.
	* sysdeps/mach/hurd/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
	Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.

libidn/ChangeLog:
	* shlib-versions: Remove first column with configuration names.
2014-09-12 12:28:47 +00:00
..
bits Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
coldfire Move architecture shlib-versions files to Linux-specific directories. 2014-07-17 14:31:12 +00:00
fpu Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
m680x0 m68k: update libm test ULPs 2014-07-13 11:20:44 +02:00
nptl m68k: Consolidate nptl/ subdirectories under linux/... 2014-06-23 09:24:18 -07:00
sys Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
Implies Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
Makefile Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
Versions Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
__longjmp.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
abort-instr.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
asm-syntax.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
backtrace.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
bsd-_setjmp.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
bsd-setjmp.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
crti.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
crtn.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
dl-machine.h Fix Wundef warning for ELF_MACHINE_NO_RELA 2014-06-26 22:30:40 +05:30
dl-tls.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
dl-trampoline.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
ffs.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
fpu_control.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
gccframe.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
jmpbuf-unwind.h m68k: avoid pointer to integer conversion warning 2014-06-13 23:32:13 +02:00
ldsodefs.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
libc-tls.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
memchr.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
memcopy.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
memusage.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
preconfigure Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
rawmemchr.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
setjmp.c Remove unnecessary uses of NOT_IN_libc 2014-08-21 10:26:46 +05:30
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
sotruss-lib.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
stackinfo.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
start.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
strchr.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
strchrnul.S Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
sysdep.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
tls-macros.h Whitespace fixes 2014-02-10 20:24:03 +01:00
tst-audit.h Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
wcpcpy.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00
wcpcpy_chk.c Move m68k from ports to libc 2014-02-10 20:22:40 +01:00