diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-09-22 17:43:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-09-22 17:43:42 +0000 |
commit | 23947846658fd41875381c0bcc05b319c3c7bde4 (patch) | |
tree | 2c0053b39efe22681a93d498832cc64287b0ef95 /manual/contrib.texi | |
parent | 9ac3c68218b5bcbc40ae9e27b0b13f5e1c81f84c (diff) | |
download | glibc-23947846658fd41875381c0bcc05b319c3c7bde4.tar.gz glibc-23947846658fd41875381c0bcc05b319c3c7bde4.tar.xz glibc-23947846658fd41875381c0bcc05b319c3c7bde4.zip |
Remove Banner mechanism.
This patch removes the Banner mechanism, with the last remaining Banner file replaced by a contrib.texi entry. This accords with the principle that the output of running libc.so.6 is not the place to credit particular contributions (the manual is), and with all other configuration options not mentioned there, it doesn't seem appropriate to focus there on the one question of whether the one remaining piece configured as an add-on was enabled or not. Tested for x86_64. * csu/Makefile (generated): Do not add version-info.h. (before-compile): Likewise. (all-Banner-files): Remove variable. ($(objpfx)version-info.h): Remove rule. * csu/version.c (banner): Do not include "version-info.h". * libidn/Banner: Remove. * manual/contrib.texi (Simon Josefsson): New entry.
Diffstat (limited to 'manual/contrib.texi')
-rw-r--r-- | manual/contrib.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/contrib.texi b/manual/contrib.texi index 62798b091c..fbf42db31d 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -176,6 +176,9 @@ software floating-point support and for his direction as part of @theglibc{} steering committee. @item +Simon Josefsson for the @code{libidn} add-on. + +@item Geoffrey Keating for the port to Linux on PowerPC (@code{powerpc-@var{anything}-linux}). |