about summary refs log tree commit diff
path: root/soft-fp
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-09-21 17:49:51 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-09-21 17:49:51 +0000
commitc10c5267a8c95ffea1fad70e2bf047c1dd3dfd48 (patch)
treed1a53447bd42e2b84b73412391e9f569c96ef64a /soft-fp
parent1cc9e59a93636be6772ad423f7895e7ab52e4be7 (diff)
downloadglibc-c10c5267a8c95ffea1fad70e2bf047c1dd3dfd48.tar.gz
glibc-c10c5267a8c95ffea1fad70e2bf047c1dd3dfd48.tar.xz
glibc-c10c5267a8c95ffea1fad70e2bf047c1dd3dfd48.zip
Remove non-add-on Banner files.
Various subdirectories of glibc include Banner files to put some text
in the output of executing libc.so.6, under "Available extensions".

Some of those subdirectories (e.g. crypt) may originally have been
add-ons (and so optional, so a particular glibc build might or might
not have included them), but except for libidn they aren't now (or if
only included in some builds, in the case of soft-fp, the inclusion
depends on the architecture for which glibc is configured rather than
having any glibc configuration for which it's an optional feature),
and it doesn't seem useful for the libc.so.6 output to call out a few
features like that.

This patch removes the non-add-on Banner files, updating contrib.texi
where they noted contributions not otherwise mentioned there.

Tested for x86_64.

	* crypt/Banner: Remove file.
	* nptl/Banner: Likewise.
	* resolv/Banner: Likewise.
	* soft-fp/Banner: Likewise.
	* nptl/Makefile ($(objpfx)banner.h): Remove rule.
	($(objpfx)version.d): Remove dependency on banner.h.
	($(objpfx)version.os): Likewise.
	* nptl/version.c (banner): Do not include banner.h.
	* manual/contrib.texi: Update entries for Richard Henderson, Jakub
	Jelinek and BIND code.
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/Banner1
1 files changed, 0 insertions, 1 deletions
diff --git a/soft-fp/Banner b/soft-fp/Banner
deleted file mode 100644
index 940395cfe3..0000000000
--- a/soft-fp/Banner
+++ /dev/null
@@ -1 +0,0 @@
-software FPU emulation by Richard Henderson, Jakub Jelinek and others