about summary refs log tree commit diff
path: root/CONTRIBUTED-BY
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
commit30891f35fa7da832b66d80d0807610df361851f3 (patch)
tree684c81cc6e88650313797fadaa642d714fcce8a8 /CONTRIBUTED-BY
parent04f2125c6eff341f9c52682866d1eea8d204c852 (diff)
downloadglibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz
glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.xz
glibc-30891f35fa7da832b66d80d0807610df361851f3.zip
Remove "Contributed by" lines
We stopped adding "Contributed by" or similar lines in sources in 2012
in favour of git logs and keeping the Contributors section of the
glibc manual up to date.  Removing these lines makes the license
header a bit more consistent across files and also removes the
possibility of error in attribution when license blocks or files are
copied across since the contributed-by lines don't actually reflect
reality in those cases.

Move all "Contributed by" and similar lines (Written by, Test by,
etc.) into a new file CONTRIBUTED-BY to retain record of these
contributions.  These contributors are also mentioned in
manual/contrib.texi, so we just maintain this additional record as a
courtesy to the earlier developers.

The following scripts were used to filter a list of files to edit in
place and to clean up the CONTRIBUTED-BY file respectively.  These
were not added to the glibc sources because they're not expected to be
of any use in future given that this is a one time task:

https://gist.github.com/siddhesh/b5ecac94eabfd72ed2916d6d8157e7dc
https://gist.github.com/siddhesh/15ea1f5e435ace9774f485030695ee02

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'CONTRIBUTED-BY')
-rw-r--r--CONTRIBUTED-BY10528
1 files changed, 10528 insertions, 0 deletions
diff --git a/CONTRIBUTED-BY b/CONTRIBUTED-BY
new file mode 100644
index 0000000000..d53bf90e7a
--- /dev/null
+++ b/CONTRIBUTED-BY
@@ -0,0 +1,10528 @@
+The glibc project stopped adding "Contributed by" lines to source files in 2012
+in favour of acknowledging contributors in the glibc manual and through the git
+log.  The record of existing "Contributed by" lines have now been moved to this
+file to acknowledge contributions by these developers to glibc.
+
+argp/argp-test.c:
+    Written by Miles Bader <miles@gnu.ai.mit.edu>.
+
+argp/tst-argp1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+argp/tst-argp2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
+
+catgets/catgets.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.org>.
+
+catgets/catgetsinfo.h:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
+
+catgets/gencat.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1996.
+
+catgets/open_catalog.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.org>.
+
+crypt/md5-crypt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+crypt/sha256-crypt.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+crypt/sha256.c:
+    Written by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+crypt/sha512-crypt.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+crypt/sha512.c:
+    Written by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+debug/backtrace.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+debug/backtracesyms.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+debug/backtracesymsfd.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+debug/catchsegv.sh:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+debug/confstr_chk.c:
+    Contributed by Ulrich Drepper <drepper@readhat.com>, 20055.
+
+debug/explicit_bzero_chk.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+debug/memcpy_chk.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+debug/memmove_chk.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+debug/mempcpy_chk.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+debug/noophooks.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+debug/obprintf_chk.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+debug/pcprofile.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+debug/pcprofiledump.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+debug/segfault.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+debug/test-stpcpy_chk.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+debug/test-strcpy_chk.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+debug/tst-chk1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+debug/tst-longjmp_chk2.c:
+    Verify longjmp fortify checking does not reject signal stacks.
+    Test case mostly written by Paolo Bonzini <pbonzini@redhat.com>.
+
+debug/wcpcpy_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+debug/wcpncpy_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+debug/wcscat_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+debug/wcscpy_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+debug/wcsncat_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+debug/wcsncpy_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+debug/wmemcpy_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+debug/wmemmove_chk.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>
+
+debug/wmempcpy_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1999.
+
+debug/wmemset_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+debug/xtrace.sh:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1999.
+
+dirent/opendir-tst1.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+dlfcn/bug-dl-leaf-lib-cb.c:
+    Contributed by Mike Frysinger <vapier@gentoo.org>
+
+dlfcn/bug-dl-leaf-lib.c:
+    Contributed by Mike Frysinger <vapier@gentoo.org>
+
+dlfcn/bug-dl-leaf.c:
+    Contributed by Mike Frysinger <vapier@gentoo.org>
+
+dlfcn/bug-dlopen1.c:
+    Test case by Bruno Haible.  It test whether the dynamic string
+    token expansion can handle $ signs which do not start one of the
+    recognized keywords.
+
+dlfcn/tst-dladdr.c:
+    Contributed by Volkmar Sieh <vs@caldera.de> and Andreas Jaeger <aj@suse.de>.
+
+elf/cache.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+elf/dl-conflict.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
+
+elf/dl-iteratephdr.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
+
+elf/dl-libc.c:
+    Contributed by Zack Weinberg <zack@rabi.columbia.edu>, 1999.
+
+elf/dl-origin.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+elf/dl-profile.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+elf/dl-profstub.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+elf/dl-version.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+elf/ldconfig.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+elf/pldd-xx.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+elf/pldd.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+elf/readelflib.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
+    Jakub Jelinek <jakub@redhat.com>, 1999.
+
+elf/readlib.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
+    Jakub Jelinek <jakub@redhat.com>, 1999.
+
+elf/sotruss-lib.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+elf/sprof.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+elf/tlsdeschtab.h:
+    Contributed by Alexandre Oliva  <aoliva@redhat.com>
+
+elf/tst-align.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+elf/tst-align2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+elf/tst-alignmod.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+elf/tst-alignmod2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+elf/tst-dlmodcount.c:
+    Contributed by David Mosberger <davidm@hpl.hp.com>, 2004.
+
+elf/tst-dlopenrpath.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+elf/tst-dlopenrpathmod.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+elf/tst-stackguard1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+gmon/sprofil.c:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+gmon/sys/gmon_out.h:
+    Contributed by David Mosberger <davidm@cs.arizona.edu>.
+
+gmon/tst-sprofil.c:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+gnulib/tst-gcc.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+grp/getgrent.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+grp/getgrent_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+grp/getgrgid.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+grp/getgrgid_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+grp/getgrnam.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+grp/getgrnam_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+grp/tst_fgetgrent.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
+
+grp/tst_fgetgrent.sh:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
+
+gshadow/getsgent.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
+
+gshadow/getsgent_r.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
+
+gshadow/getsgnam.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
+
+gshadow/getsgnam_r.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
+
+hesiod/nss_hesiod/hesiod-grp.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+hesiod/nss_hesiod/hesiod-proto.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+hesiod/nss_hesiod/hesiod-pwd.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+hesiod/nss_hesiod/hesiod-service.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+htl/semaphoreP.h:
+    Ulrich Drepper <drepper@redhat.com>, 2002.
+
+hurd/path-lookup.c:
+    Written by Miles Bader <miles@gnu.ai.mit.edu>
+
+iconv/dummy-repertoire.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+iconv/gconv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_builtin.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_builtin.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_cache.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+iconv/gconv_charset.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+iconv/gconv_close.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_conf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_db.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_dl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_int.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_open.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_simple.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/gconv_trans.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+iconv/iconv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/iconv_charmap.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+iconv/iconv_close.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/iconv_open.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconv/iconv_prog.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconv/iconv_prog.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+iconv/iconvconfig.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+iconv/iconvconfig.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+iconv/loop.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconv/skeleton.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconv/strtab.c:
+    Written by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+iconv/tst-iconv1.c:
+    Test case by yaoz@nih.gov.
+
+iconv/tst-iconv2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+iconv/tst-iconv3.c:
+    Contributed by Owen Taylor <otaylor@redhat.com>.
+
+iconv/tst-iconv5.c:
+    Contributed by GOTO Masanori <gotom@debian.or.jp>, 2004
+
+iconvdata/8bit-gap.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/8bit-generic.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/TESTS2:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2001.
+
+iconvdata/TESTS:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ansi_x3.110.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/armscii-8.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/asmo_449.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/big5.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/big5hkscs.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+    Modified for Big5-HKSCS by Roger So <spacehunt@e-fever.org>, 2000.
+
+iconvdata/brf.c:
+    Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>, 2006.
+
+iconvdata/bug-iconv2.c:
+    Test case by Akira Higuchi <a@kondara.org>.
+
+iconvdata/bug-iconv3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+iconvdata/bug-iconv4.c:
+    Contributed by Jiro SEKIBA <jir@yamato.ibm.com>.
+
+iconvdata/cns11643.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cns11643.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cns11643l1.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cns11643l1.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cns11643l2.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp10007.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+iconvdata/cp1250.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp1251.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp1252.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp1253.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp1254.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp1255.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998,
+    and Bruno Haible <haible@clisp.cons.org>, 2001.
+
+iconvdata/cp1256.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp1257.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp1258.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998,
+    and Bruno Haible <haible@clisp.cons.org>, 2001.
+
+iconvdata/cp737.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp737.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp770.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+iconvdata/cp771.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+iconvdata/cp772.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+iconvdata/cp773.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+iconvdata/cp774.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+iconvdata/cp775.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp775.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cp932.c:
+    Contributed by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>, 2003.
+
+iconvdata/csn_369103.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/cwi.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/dec-mcs.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-at-de-a.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/ebcdic-at-de.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/ebcdic-ca-fr.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/ebcdic-dk-no-a.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-dk-no.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-es-a.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-es-s.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-es.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-fi-se-a.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-fi-se.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-fr.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-is-friss.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-it.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-pt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-uk.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ebcdic-us.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ecma-cyrillic.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/euc-cn.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/euc-jisx0213.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2002.
+
+iconvdata/euc-jp-ms.c:
+    Contributed by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>, 2003.
+
+iconvdata/euc-jp.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/euc-kr.c:
+    Contributed by Jungshik Shin <jshin@pantheon.yale.edu>
+    and Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/euc-tw.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/gb18030.c:
+    This file is added for supporting gb18030-2000 code.
+    by Wang ShouHua & Wu Jian
+    Redflag Linux company
+    www.redflag-linux.com
+    Dec 20 2001 Yu Shao <yshao@redhat.com>
+    Revision, fixing bugs, adding missing entries.
+
+iconvdata/gb2312.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/gb2312.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/gbbig5.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/gbgbk.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/gbk.c:
+    Contributed by Sean Chen <sean.chen@turbolinux.com>, 1999.
+
+iconvdata/georgian-academy.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+iconvdata/georgian-ps.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+iconvdata/gost_19768-74.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/greek-ccitt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/greek7-old.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/greek7.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/hp-greek8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+iconvdata/hp-roman8.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/hp-roman9.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+iconvdata/hp-thai8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+iconvdata/hp-turkish8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+iconvdata/ibm037.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm038.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm1004.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm1008.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1008.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1008_420.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1025.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1025.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1026.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm1046.c:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm1046.h:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm1047.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm1097.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1097.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1112.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1112.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1122.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1122.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1123.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1123.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1124.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm1124.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm1129.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm1129.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm1130.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1130.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1132.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1132.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1133.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1133.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1137.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1137.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1140.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1140.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1141.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1141.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1142.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1142.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1143.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1143.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1144.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1144.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1145.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1145.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1146.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1146.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1147.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1147.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1148.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1148.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1149.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1149.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1153.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1153.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1154.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1154.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1155.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1155.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1156.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1156.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1157.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1157.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1158.c:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1158.h:
+    Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005.
+
+iconvdata/ibm1160.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1160.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1161.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1161.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1162.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1162.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1163.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1163.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1164.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1164.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001.
+
+iconvdata/ibm1166.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1166.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1167.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1167.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm12712.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm12712.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1364.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1364.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1371.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1371.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1388.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1388.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1390.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1390.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1399.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm1399.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm16804.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm16804.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm256.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm273.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm274.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm275.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm277.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm278.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm280.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm281.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm284.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm285.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm290.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm297.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm420.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm423.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm424.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm437.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm4517.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm4517.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm4899.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm4899.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm4909.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm4909.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm4971.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm4971.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm500.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm5347.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm5347.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm803.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm803.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm850.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm851.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm852.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm855.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm856.c:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm856.h:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm857.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm860.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm861.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm862.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm863.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm864.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm865.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm866.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm866nav.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
+
+iconvdata/ibm868.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm869.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm870.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm871.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm874.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm875.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm880.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm891.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm901.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm901.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm902.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm902.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm903.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm9030.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm9030.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm904.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm905.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm9066.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm9066.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm918.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/ibm921.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm921.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm922.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm922.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm930.c:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm930.h:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm932.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm932.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm933.c:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm933.h:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm935.c:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm935.h:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm937.c:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm937.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm939.c:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm939.h:
+    Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000.
+
+iconvdata/ibm943.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm943.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000.
+
+iconvdata/ibm9448.c:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/ibm9448.h:
+    Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005.
+
+iconvdata/iec_p27-1.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/inis-8.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/inis-cyrillic.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/inis.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/isiri-3342.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/iso-2022-cn-ext.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+iconvdata/iso-2022-cn.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/iso-2022-jp-3.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998,
+    and Bruno Haible <bruno@clisp.org>, 2002.
+
+iconvdata/iso-2022-jp.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso-2022-kr.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso-ir-165.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+iconvdata/iso-ir-165.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+iconvdata/iso-ir-197.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/iso-ir-209.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+iconvdata/iso646.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso8859-1.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-10.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-11.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso8859-13.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso8859-14.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso8859-15.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso8859-16.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+iconvdata/iso8859-2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-3.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-4.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-5.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-6.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-7.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-8.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-9.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/iso8859-9e.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+iconvdata/iso_10367-box.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso_11548-1.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997,
+    Samuel Thibault <samuel.thibault@ens-lyon.org>, 2005.
+
+iconvdata/iso_2033.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso_5427-ext.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso_5427.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso_5428.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso_6937-2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/iso_6937.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/jis0201.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/jis0201.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/jis0208.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/jis0208.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/jis0212.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/jis0212.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/jisx0213.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2002.
+
+iconvdata/jisx0213.h:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2002.
+
+iconvdata/johab.c:
+    Contributed by Jungshik Shin <jshin@pantheon.yale.edu>
+    and Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/koi-8.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/koi8-r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/koi8-ru.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 20077.
+
+iconvdata/koi8-t.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+iconvdata/koi8-u.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/ksc5601.c:
+    Contributed by Jungshik Shin <jshin@pantheon.yale.edu>, 1998.
+
+iconvdata/latin-greek-1.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/latin-greek.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/mac-centraleurope.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+iconvdata/mac-is.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/mac-sami.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+iconvdata/mac-uk.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/macintosh.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/mik.c:
+    Contributed by Alexander Shopov <ash@contact.bg>, 2006.
+
+iconvdata/nats-dano.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/nats-sefi.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/pt154.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+iconvdata/rk1048.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+iconvdata/run-iconv-test.sh:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+iconvdata/sami-ws2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/shift_jisx0213.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2002.
+
+iconvdata/sjis.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/t.61.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+iconvdata/tcvn5712-1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+iconvdata/tis-620.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/tscii.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2002.
+
+iconvdata/tst-e2big.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2002.
+
+iconvdata/tst-loading.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+iconvdata/tst-table-charmap.sh:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+iconvdata/tst-table-from.c:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+iconvdata/tst-table-to.c:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+iconvdata/tst-table.sh:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+iconvdata/tst-tables.sh:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+iconvdata/uhc.c:
+    Contributed by Jungshik Shin <jshin@pantheon.yale.edu>, 1998.
+
+iconvdata/unicode.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/utf-16.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+iconvdata/utf-7.c:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+iconvdata/viscii.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+include/atomic.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+include/inline-hashtab.h:
+    Contributed by Alexandre Oliva  <aoliva@redhat.com>
+
+include/intprops.h:
+    Written by Paul Eggert.
+
+include/list.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+include/list_t.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+inet/bug-if1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+inet/ether_aton.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/ether_aton_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/ether_hton.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/ether_ntoa.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/ether_ntoa_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/ether_ntoh.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getaliasent_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getaliasname.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getaliasname_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/gethstbyad.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/gethstbyad_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/gethstbynm.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/gethstbynm2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/gethstbynm2_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/gethstbynm_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getipv4sourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+inet/getnetbyad.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getnetbyad_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getnetbynm.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getnetbynm_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getproto.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getproto_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getprtname.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getprtname_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getrpcbyname.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getrpcbyname_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getrpcbynumber.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getrpcbynumber_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getsourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+inet/getsrvbynm.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getsrvbynm_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getsrvbypt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/getsrvbypt_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+inet/htontest.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+inet/in6_addr.c:
+    Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997.
+
+inet/inet6_opt.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2006.
+
+inet/inet6_option.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+inet/inet6_rth.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2006.
+
+inet/inet_ntoa.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+inet/setipv4sourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+inet/setsourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+inet/test_ifindex.c:
+    Contributed by Philip Blundell <Philip.Blundell@pobox.com>.
+
+inet/tst-network.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+intl/tst-codeset.c:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2001.
+
+intl/tst-gettext.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+intl/tst-gettext2.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de> and
+    Andreas Jaeger <aj@suse.de>, 2000.
+
+intl/tst-gettext3.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2001, 2005.
+
+intl/tst-gettext4.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2005.
+
+intl/tst-gettext5.c:
+    Contributed by Bruno Haible <bruno@clisp.org>, 2005.
+
+intl/tst-gettext6.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2008.
+
+intl/tst-ngettext.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+intl/tst-translit.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+io/bug-ftw1.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+io/bug-ftw2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+io/bug-ftw4.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+io/ftw.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+io/ftw64-time64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+io/ftw64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+io/ppoll.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2006.
+
+io/test-lfs.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+io/test-stat.c:
+    Contributed by Maciej W. Rozycki <macro@ds2.pg.gda.pl>, 2000.
+
+io/test-stat2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+io/tst-fcntl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+io/tst-getcwd.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+libio/bug-ungetc4.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+libio/fileops.c:
+    Written by Per Bothner <bothner@cygnus.com>.
+
+libio/iopopen.c:
+    Written by Per Bothner <bothner@cygnus.com>.
+
+libio/libio.h:
+    Written by Per Bothner <bothner@cygnus.com>.
+
+libio/obprintf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+libio/oldfileops.c:
+    Written by Per Bothner <bothner@cygnus.com>.
+
+libio/oldfmemopen.c:
+    Contributed by Hanno Mueller, kontakt@hanno.de, 2000.
+
+libio/oldiopopen.c:
+    Written by Per Bothner <bothner@cygnus.com>.
+
+libio/test-fmemopen.c:
+    Contributed by Hanno Mueller, kontakt@hanno.de, 2000.
+
+libio/tst-fopenloc.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+libio/tst-freopen.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+libio/tst-mmap-setvbuf.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+libio/tst-widetext.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+libio/tst_getwc.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+libio/tst_putwc.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+libio/tst_wprintf2.c:
+    Test case by Yoshito Kawada <KAWADA@jp.ibm.com>.
+
+libio/wfileops.c:
+    Written by Ulrich Drepper <drepper@cygnus.com>.
+    Based on the single byte version by Per Bothner <bothner@cygnus.com>.
+
+libio/wgenops.c:
+    Written by Ulrich Drepper <drepper@cygnus.com>.
+    Based on the single byte version by Per Bothner <bothner@cygnus.com>.
+
+locale/C-address.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/C-collate.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+locale/C-ctype.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+locale/C-identification.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/C-measurement.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/C-messages.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+locale/C-monetary.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+locale/C-name.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/C-numeric.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+locale/C-paper.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/C-telephone.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/C-time.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/C-translit.h.in:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+locale/bits/types/__locale_t.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+locale/broken_cur_max.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+locale/coll-lookup.c:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+locale/coll-lookup.h:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+locale/duplocale.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+locale/elem-hash.h:
+    Written by Ulrich Drepper, <drepper@cygnus.com>.
+
+locale/findlocale.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+locale/freelocale.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+locale/hashval.h:
+    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, October 1994.
+
+locale/indigits.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
+
+locale/indigitswc.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
+
+locale/loadlocale.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+locale/mb_cur_max.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+locale/newlocale.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+locale/outdigits.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
+
+locale/outdigitswc.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
+
+locale/programs/charmap-kw.gperf:
+    Contributed by Ulrich Drepper, <drepper@gnu.org>.
+
+locale/programs/charmap-kw.h:
+    Contributed by Ulrich Drepper, <drepper@gnu.org>.
+
+locale/programs/charmap.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/charmap.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/config.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+locale/programs/ld-address.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/ld-collate.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/programs/ld-ctype.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/programs/ld-identification.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/ld-measurement.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/ld-messages.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/programs/ld-monetary.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/programs/ld-name.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/ld-numeric.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/programs/ld-paper.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/ld-telephone.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/ld-time.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/programs/linereader.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/linereader.h:
+    Contributed by Ulrich Drepper, <drepper@gnu.org>.
+
+locale/programs/locale-spec.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+locale/programs/locale.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+locale/programs/localedef.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+locale/programs/localedef.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/locarchive.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+locale/programs/locfile-kw.gperf:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/locfile-kw.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/locfile-token.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/locfile.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/locfile.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+locale/programs/repertoire.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/repertoire.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+locale/programs/simple-hash.c:
+    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, October 1994.
+
+locale/programs/simple-hash.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+locale/strlen-hash.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+locale/tst-C-locale.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+locale/weight.h:
+    Written by Ulrich Drepper, <drepper@cygnus.com>.
+
+locale/weightwc.h:
+    Written by Ulrich Drepper, <drepper@cygnus.com>.
+
+locale/xlocale.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+localedata/collate-test.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+localedata/dump-ctype.c:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+localedata/locales/aa_DJ:
+    Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the
+    Afar Civilization Researcher, Melka Werer Research Center.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+
+localedata/locales/aa_ER:
+    Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the
+    Afar Civilization Researcher, Melka Werer Research Center.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+
+localedata/locales/aa_ER@saaho:
+    Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the
+    Afar Civilization Researcher, Melka Werer Research Center.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+
+localedata/locales/aa_ET:
+    Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the
+    Afar Civilization Researcher, Melka Werer Research Center.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+
+localedata/locales/agr_PE:
+    Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and
+    Sebastian Silva <sebastian@fuentelibre.org>
+    This locale data has been developed in collaboration between:
+    Sugar Labs,  http://www.sugarlabs.org
+    One Laptop Per Child, http://one.laptop.org
+    Somos Azúcar. http://somosazucar.org
+
+localedata/locales/ak_GH:
+    Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org>
+    and Jojoo Imbeah <jojoo.imbeah@kasahorow.com>
+    This locale data has been developed by:
+    Sugar Labs,  http://www.sugarlabs.org
+    kasahorow, http://www.kasahorow.org
+
+localedata/locales/am_ET:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/anp_IN:
+    Contributed by Dr Amrendra, Sangeeta Kumari <sangeeta_0975@yahoo.com>,
+    Rajesh Ranjan <rajeshkajha@yahoo.com>, Pravin Satpute <psatpute AT redhat DOT com>
+    and Chris Leonard <cjlhomeaddress AT gmail DOT com>
+
+localedata/locales/ar_AE:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_BH:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_DZ:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_EG:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_IN:
+    Contributed by Kentaro Noji   (knoji@jp.ibm.com)
+    Tetsuji Oriata (Oriata@jp.ibm.com) and Others, 2000
+
+localedata/locales/ar_IQ:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_JO:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_KW:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_LB:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_LY:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_MA:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_OM:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_QA:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_SD:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+    Modified by Chris Leonard, version 1.1 for South Sudan split
+
+localedata/locales/ar_SS:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+    Modified by Chris Leonard, version 1.1 for South Sudan split
+
+localedata/locales/ar_SY:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_TN:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ar_YE:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ayc_PE:
+    Aymara terms provided by Edgar Quispe Chambi <equispe7@gmail.com> and
+    Amos Batto <amosbatto@yahoo.com>
+    Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and
+    Amos Batto <amosbatto@yahoo.com>
+    This locale data has been developed in collaboration between:
+    Sugar Labs,  http://www.sugarlabs.org
+    One Laptop Per Child, http://one.laptop.org
+    Runasimipi Quespiqa Software, http://runasimipi.org
+    Somos Azúcar. http://somosazucar.org
+
+localedata/locales/az_IR:
+    Contributed by Mousa Moradi <mousamk@gmail.com>
+
+localedata/locales/bhb_IN:
+    Contributed by Alexey Merzliakov <alexey.merzlyakov@samsung.com>
+
+localedata/locales/bho_IN:
+    Contributed by Alok Ranjan <ranjan_aalok@yahoo.com>,
+    Dr.Chandra Mohan <cmkumar1@rediffmail.com>,
+    Rajesh Ranjan <rajeshkajha@yahoo.com> and Pravin Satpute <psatpute@redhat.com>
+
+localedata/locales/bi_VU:
+    Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>, Maninder Singh <maninder1.s@samsung.com>.
+
+localedata/locales/brx_IN:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and Sanjib Narzary <alayaran@gmail.com>
+
+localedata/locales/ce_RU:
+    Contributed by Kentaroh Noji  Arslanbek Astemirov <s-o-f-t AT mail DOT ru>
+
+localedata/locales/chr_US:
+    Contributed by Joseph Erb <josepherb7@gmail.com>, 2010
+
+localedata/locales/ckb_IQ:
+    Contributed by Aras Noori <aras.noori@gmail.com>
+
+localedata/locales/cmn_TW:
+    Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org>
+
+localedata/locales/cns11643_stroke:
+    Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org>
+
+localedata/locales/de_DE:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
+
+localedata/locales/de_DE@euro:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
+
+localedata/locales/doi_IN:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>
+
+localedata/locales/el_CY:
+    Based on locale el_GR by Keld Simonsen.
+
+localedata/locales/en_AG:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2008
+
+localedata/locales/en_HK:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/en_IL:
+    Contributed by Guy Rutenberg <guyrutenberg@gmail.com>, 2016
+
+localedata/locales/en_IN:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/en_PH:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/en_SC:
+    Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>
+
+localedata/locales/en_SG:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/en_US:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
+
+localedata/locales/gez_ER:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/gez_ER@abegede:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/gez_ET:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/gez_ET@abegede:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/hak_TW:
+    Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org>
+
+localedata/locales/hi_IN:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/hif_FJ:
+    Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>.
+
+localedata/locales/hne_IN:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and
+    Ravishankar Shrivastava <raviratlami@gmail.com>.
+
+localedata/locales/ht_HT:
+    Prepared and contributed to glibc by Bastien Guerry <bzg@laptop.org> and
+    Chris Leonard <cjl@sugarlabs.org>
+    This locale data has been developed in collaboration between:
+    Sugar Labs,  http://www.sugarlabs.org
+    One Laptop Per Child, http://one.laptop.org
+    OLPC France, http://olpc-france.org
+    and members of the OLPC Haiti volunteer team
+
+localedata/locales/kab_DZ:
+    Contributed by Yacine Bouklif <yacine2953-tansa1@yahoo.fr>
+    and Belkacem Mohammed <belkacem77@gmail.com>
+
+localedata/locales/kok_IN:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and
+    Shailendra Bandodkar <sbandodk@redhat.com>.
+
+localedata/locales/ks_IN:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and
+    Mr. Mohammad Nayeem <mohammad.nayeem@gmail.com>
+
+localedata/locales/ks_IN@devanagari:
+    Contributed by Rakesh Pandit <rakesh.pandit@gmail.com> and
+    Pravin Satpute <psatpute@redhat.com>
+
+localedata/locales/lb_LU:
+    Contributed by Pit Wenkin <pit@wenkin.lu>, 2011
+
+localedata/locales/lij_IT:
+    Contributed by Alessio Gastaldi <alessio.gastaldi@libero.it>, 2010
+
+localedata/locales/lzh_TW:
+    Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org>
+
+localedata/locales/mag_IN:
+    Contributed by Chandan Kumar <chandankumar.093047@gmail.com>,
+    Rajesh Ranjan <rajeshkajha@yahoo.com>
+    and Pravin Satpute <psatpute@redhat.com>
+
+localedata/locales/mai_IN:
+    Contributed by Rajesh Ranjan <rajeshkajha@yahoo.com> and
+    Sangeeta Kumari <sangeeta09@gmail.com>.
+    Akhilesh Kumar <akhilesh.k@samusng.com>.
+
+localedata/locales/mfe_MU:
+    Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>
+
+localedata/locales/miq_NI:
+    Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and
+    Jairo Josué Gonzalez López <jjgonzalez@fundacionzt.org>
+    This locale data has been developed in collaboration between:
+    Sugar Labs,  http://www.sugarlabs.org
+    One Laptop Per Child, http://one.laptop.org
+    Somos Azúcar. http://somosazucar.org
+    Fundación Zamora Terán http://fundacionzt.org
+
+localedata/locales/mjw_IN:
+    Contributed  by Jor Teron <jor.teron@gmail.com>.
+
+localedata/locales/ml_IN:
+    Contributed by Free Software Foundation of India http://gnu.org.in
+    E-Mail : gnu@gnu.org.in
+
+localedata/locales/mni_IN:
+    Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com> and Ms. Rebika Devi < rebika_srd AT rediffmail DOT com>
+
+localedata/locales/mr_IN:
+    Contributed by Kentaroh Noji and Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/ms_MY:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+    Modified by Hasbullah Bin Pit (sebol)<sebol@ikhlas.com> 2001, December, 10
+
+localedata/locales/mt_MT:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+    collating order changes by Ramon Casha <ramon.casha@linux.org.mt>
+    and Pablo Saratxaga <pablo@mandrakesoft.com> -- 2002-05-08
+
+localedata/locales/nan_TW:
+    Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org>
+
+localedata/locales/ne_NP:
+    Contributed by Pawan Chitrakar <pc@info.com.np>
+
+localedata/locales/niu_NU:
+    Niuean terms provided by Emani Fakaotimanava-Lui <emani@niue.nu>
+    Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and
+    Emani Fakaotimanava-Lui <emani@niue.nu>
+    This locale data has been developed in collaboration between:
+    Sugar Labs,  http://www.sugarlabs.org
+    RockET Systems, http://rocketsystems.nu
+    with support from the Internet Society (ISOC)
+    http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline
+
+localedata/locales/niu_NZ:
+    Niuean terms provided by Emani Fakaotimanava-Lui <emani@niue.nu>
+    Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and
+    Emani Fakaotimanava-Lui <emani@niue.nu>
+    This locale data has been developed in collaboration between:
+    Sugar Labs,  http://www.sugarlabs.org
+    RockET Systems, http://rocketsystems.nu
+    with support from the Internet Society (ISOC)
+    http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline
+
+localedata/locales/nl_AW:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2008
+
+localedata/locales/nn_NO:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/or_IN:
+    Contributed by Masahide Washizawa <washi at jp ibm com>
+
+localedata/locales/quz_PE:
+    Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org>
+    and Amos Batto
+    This locale data has been developed in collaboration between:
+    Sugar Labs,  http://www.sugarlabs.org
+    Instituto de Lenguas y Literaturas Andinas-Amazonicas
+    http://www.illa-a.org/wp/illa
+
+localedata/locales/raj_IN:
+    Contributed by Meghraj Suthar <meghrajsuthar03@gmail.com>
+    Rajesh Ranjan <rajeshkajha@yahoo.com>, Chandan Kumar <chandankumar.093047@gmail.com>
+
+localedata/locales/rw_RW:
+    Contributed by Steve Murphy <murf@e-tools.com>, 2004
+    with help from:
+    Mr. Safali
+
+localedata/locales/sa_IN:
+    Contributed by Vidya Ayer <svaksha@gmail.com>
+    and Christian Perrier <bubulle@debian.org>
+
+localedata/locales/sat_IN:
+    Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com>  and Mr. Thakur Prasad Murmu <tp_murmu AT yahoo DOT com>
+
+localedata/locales/sd_IN:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and
+    DR K.P. LEKHWANI
+
+localedata/locales/sd_IN@devanagari:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and
+    DR K.P. LEKHWANI
+
+localedata/locales/si_LK:
+    Contributed by Anuradha Ratnaweera <anuradha at gnu org>
+    and Himira Ratnatilake <himira at linux lk>
+
+localedata/locales/sm_WS:
+    Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>.
+
+localedata/locales/so_DJ:
+    Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca>
+    Department of Linguistics and Translation, Université de Montréal, Montreal.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/so_ET:
+    Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca>
+    Department of Linguistics and Translation, Université de Montréal, Montreal.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/so_KE:
+    Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca>
+    Department of Linguistics and Translation, Université de Montréal, Montreal.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/so_SO:
+    Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca>
+    Department of Linguistics and Translation, Université de Montréal, Montreal.
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/sq_AL:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+    fixed LC_COLLATE <pablo@mandrakesoft.com>
+
+localedata/locales/sq_MK:
+    Contributed by Agron Selimaj <linuxmaster@verizon.net>
+
+localedata/locales/ta_IN:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+    Fixed day and month abbr & LC_NAME <sivaraj_d@hotmail.com>
+    Added Madras Tamil Lexicon Collation Order: T. Vaseeharan <t_vasee@yahoo.com>
+
+localedata/locales/te_IN:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+    Updated by Sunil Mohan Adapa <sunil AT atc tcs co in>
+
+localedata/locales/the_NP:
+    Contributed by Arun Kumar Pyasi <arun@chitwanix.com>
+
+localedata/locales/ti_ER:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/ti_ET:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/to_TO:
+    Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>.
+
+localedata/locales/tpi_PG:
+    Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>.
+
+localedata/locales/ur_IN:
+    Contributed by Pravin Satpute <psatpute@redhat.com> and
+    Mrs. Nasreen Khan
+
+localedata/locales/wal_ET:
+    Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
+    This locale data has been developed under the Yeha Project:
+    http://yeha.sourceforge.net
+
+localedata/locales/zh_HK:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/locales/zh_SG:
+    Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
+    Tetsuji Orita <orita@jp.ibm.com>.
+
+localedata/tests/test6.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+localedata/tst-ctype.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
+
+localedata/tst-digits.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
+
+localedata/tst-fmon.c:
+    Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
+
+localedata/tst-fmon.sh:
+    Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
+
+localedata/tst-langinfo.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+localedata/tst-locale.sh:
+    Contributed by Andreas Jaeger, <aj@arthur.rhein-neckar.de>, 1998.
+
+localedata/tst-mbswcs1.c:
+    Contributed by Bruno Haible <haible@ilog.fr>.
+
+localedata/tst-mbswcs2.c:
+    Contributed by Bruno Haible <haible@ilog.fr>.
+
+localedata/tst-mbswcs3.c:
+    Contributed by Bruno Haible <haible@ilog.fr>.
+
+localedata/tst-mbswcs5.c:
+    Contributed by Bruno Haible <haible@ilog.fr>.
+
+localedata/tst-mbswcs6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+localedata/tst-numeric.c:
+    Based on tst-fmon.c by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
+
+localedata/tst-numeric.sh:
+    Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
+
+localedata/tst-rpmatch.c:
+    Contributed by Jochen Hein <jochen.hein@delphi.central.de>.
+
+localedata/tst-rpmatch.sh:
+    contributed by Jochen Hein <jochen.hein@delphi.central.de>
+
+localedata/tst-setlocale.c:
+    Test case by Jakub Jelinek <jakub@redhat.com>.
+
+localedata/tst-trans.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+localedata/tst-wctype.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+localedata/unicode-gen/gen_unicode_ctype.py:
+    Based on gen-unicode-ctype.c by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+localedata/xfrm-test.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+login/endutxent.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/forkpty.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+login/getpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+login/getutent.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+login/getutent_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>
+    and Paul Janzen <pcj@primenet.com>, 1996.
+
+login/getutid.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+login/getutid_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>
+    and Paul Janzen <pcj@primenet.com>, 1996.
+
+login/getutline.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+login/getutline_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>
+    and Paul Janzen <pcj@primenet.com>, 1996.
+
+login/getutxent.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/getutxid.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/getutxline.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/grantpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+login/login.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+login/logout.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+login/logwtmp.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+login/openpty.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+login/programs/pt_chown.c:
+    Contributed by C. Scott Ananian <cananian@alumni.princeton.edu>, 1998.
+
+login/programs/utmpdump.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+login/ptsname.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+login/pututxline.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/setutxent.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/tst-ptsname.c:
+    Contributed by Aurelien Jarno <aurelien@aurel32.net>, 2014.
+
+login/tst-utmp.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/unlockpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+login/updwtmp.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+login/updwtmpx.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+login/utmp-private.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>
+    and Paul Janzen <pcj@primenet.com>, 1996.
+
+login/utmp_file.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>
+    and Paul Janzen <pcj@primenet.com>, 1996.
+
+login/utmpname.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+login/utmpxname.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+malloc/arena.c:
+    Contributed by Wolfram Gloger <wg@malloc.de>, 2001.
+
+malloc/hooks.c:
+    Contributed by Wolfram Gloger <wg@malloc.de>, 2001.
+
+malloc/malloc-check.c:
+    Contributed by Wolfram Gloger <wg@malloc.de>, 2001.
+
+malloc/malloc.c:
+    Contributed by Wolfram Gloger <wg@malloc.de>
+    and Doug Lea <dl@cs.oswego.edu>, 2001.
+
+malloc/mcheck-impl.c:
+    Written May 1989 by Mike Haertel.
+
+malloc/mcheck.c:
+    Written May 1989 by Mike Haertel.
+
+malloc/memusage.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+malloc/memusage.sh:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1999.
+
+malloc/memusagestat.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+malloc/mtrace-impl.c:
+    Written April 2, 1991 by John Gilmore of Cygnus Support.
+    Based on mcheck.c by Mike Haertel.
+
+malloc/mtrace.c:
+    Written April 2, 1991 by John Gilmore of Cygnus Support.
+    Based on mcheck.c by Mike Haertel.
+
+malloc/mtrace.pl:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1997.
+
+malloc/tst-calloc.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>.
+
+malloc/tst-malloc-check.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+malloc/tst-malloc.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
+
+malloc/tst-mallocstate.c:
+    Contributed by Wolfram Gloger <wg@malloc.de>, 2001.
+
+malloc/tst-obstack.c:
+    Test case by Alexandre Duret-Lutz <duret_g@epita.fr>.
+
+manual/summary.pl:
+    Contributed by Rical Jasan <ricaljasan@pacific.net>, 2017.
+
+manual/tsort.awk:
+    Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+math/atest-exp.c:
+    Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997.
+
+math/atest-exp2.c:
+    Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997.
+
+math/atest-sincos.c:
+    Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997.
+
+math/basic-test.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+math/cabs_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/carg_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/cimag_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/conj_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/creal_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/divtc3.c:
+    Contributed by Richard Henderson <rth@redhat.com>, 2005.
+
+math/e_exp10.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+math/e_exp10l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+math/fclrexcpt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/fedisblxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+math/feenablxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+math/fegetenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/fegetexcept.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+math/fegetround.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/feholdexcpt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/fesetenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/fesetround.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/feupdateenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/fgetexcptflg.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/fraiseexcpt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/fsetexcptflg.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/ftestexcept.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/multc3.c:
+    Contributed by Richard Henderson <rth@redhat.com>, 2005.
+
+math/s_cacos_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_cacosh_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_casin_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_casinh_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_catan_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_catanh_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_ccos_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_ccosh_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_cexp_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_clog10_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_clog_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_cpow_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_cproj_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_csin_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_csinh_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_csqrt_template.c:
+    Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
+
+math/s_ctan_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_ctanh_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_fdim_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_fma.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_fmaf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_fmal.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_fmax_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_fmin_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/s_nan_template.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/test-fenv.c:
+    Contributed by Andreas Jaeger <aj@suse.de> and
+    Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+math/test-fpucw.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+math/test-math-isinff.cc:
+    Contributed by Marek Polacek <polacek@redhat.com>, 2012.
+
+math/test-snan.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2005.
+
+math/test-tgmath-int.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2005.
+
+math/test-tgmath-ret.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2003.
+
+math/test-tgmath.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com> and
+    Ulrich Drepper <drepper@redhat.com>, 2001.
+
+math/test-tgmath2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
+
+math/tst-CMPLX2.c:
+    Contributed by Marek Polacek <polacek@redhat.com>, 2012.
+
+math/tst-definitions.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+math/w_acos_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_acosf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_acosh_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_acoshf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_acoshl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_acosl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_asin_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_asinf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_asinl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_atan2_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_atan2f_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_atan2l_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_atanh_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_atanhf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_atanhl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_coshf_compat.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+    Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_coshl_compat.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+    Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_exp10_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_exp10f_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_exp10l_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_exp_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_expf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_expl_compat.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+math/w_fmod_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_fmodf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_fmodl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_hypotf_compat.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+math/w_hypotl_compat.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+math/w_j0_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_j0f_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_j0l_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_j1_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_j1f_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_j1l_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_jn_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_jnf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_jnl_compat.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+math/w_lgammaf_main.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+math/w_lgammaf_r_compat.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+math/w_lgammal_main.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+math/w_lgammal_r_compat.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+math/w_log10_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_log10f_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_log10l_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_log2_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_log2f_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_log2l_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_log_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_logf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_logl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_pow_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_powf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_powl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_remainder_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_remainderf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_remainderl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_scalb_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_scalbf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_scalbl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_sinhf_compat.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+math/w_sinhl_compat.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+math/w_sqrt_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_sqrtf_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_sqrtl_compat.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+math/w_tgammaf_compat.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+math/w_tgammal_compat.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+misc/dirname.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+misc/getsysstats.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+misc/hsearch.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+
+misc/hsearch_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1993.
+
+misc/lsearch.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+misc/pselect.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+misc/regexp.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+misc/regexp.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+misc/tsearch.c:
+    Contributed by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>, 1997.
+
+misc/tst-atomic-long.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+misc/tst-atomic.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+misc/tst-dirname.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+misc/tst-fdset.c:
+    Contributed by Robert Bihlmeyer <robbe@orcus.priv.at>.
+
+misc/tst-mntent.c:
+    Test case by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
+    and Ulrich Drepper <drepper@cygnus.com>.
+
+nis/nis_add.c:
+    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997.
+
+nis/nis_addmember.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_call.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_callback.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_checkpoint.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_clone_dir.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_clone_obj.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_clone_res.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_creategroup.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_defaults.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_destroygroup.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_domain_of.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_domain_of_r.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_error.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_file.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_findserv.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_free.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_getservlist.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_intern.h:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_ismember.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_local_names.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_lookup.c:
+    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997.
+
+nis/nis_mkdir.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_modify.c:
+    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997.
+
+nis/nis_ping.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_print.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_print_group_entry.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_remove.c:
+    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997.
+
+nis/nis_removemember.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_rmdir.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_server.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_subr.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_table.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_util.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/nis_verifygroup.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_xdr.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+nis/nis_xdr.h:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nis/rpcsvc/nislib.h:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nis/rpcsvc/ypclnt.h:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996.
+
+nis/ypclnt.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996.
+
+nptl/allocatestack.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/cancellation.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/cleanup.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/cleanup_compat.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/cleanup_defer.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/cleanup_defer_compat.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/cleanup_routine.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/descr.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/libc-cleanup.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/libc_multiple_threads.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/lowlevellock.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+nptl/nptl-stack.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/nptl-stack.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/nptl_deallocate_tsd.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/nptl_free_tcb.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/nptl_setxid.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/old_pthread_cond_broadcast.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/old_pthread_cond_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/old_pthread_cond_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/old_pthread_cond_signal.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/old_pthread_cond_timedwait.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/old_pthread_cond_wait.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/perf.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getaffinity.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/pthread_attr_getdetachstate.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getguardsize.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getinheritsched.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getschedparam.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getschedpolicy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getscope.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getstack.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getstackaddr.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_getstacksize.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setaffinity.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/pthread_attr_setdetachstate.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setguardsize.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setinheritsched.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setschedparam.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setschedpolicy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setscope.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setstack.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setstackaddr.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_attr_setstacksize.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_barrier_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_barrier_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_barrier_wait.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_barrierattr_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_barrierattr_getpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_barrierattr_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_barrierattr_setpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_cancel.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_cleanup_upto.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_cond_broadcast.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_cond_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_cond_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_cond_signal.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_cond_wait.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_condattr_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_condattr_getclock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/pthread_condattr_getpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_condattr_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_condattr_setclock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/pthread_condattr_setpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_create.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_detach.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_equal.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_exit.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_getaffinity.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/pthread_getattr_np.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_getconcurrency.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_getschedparam.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_getspecific.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_join.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_key_create.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_key_delete.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_kill_other_threads.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutex_consistent.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
+
+nptl/pthread_mutex_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutex_getprioceiling.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/pthread_mutex_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutex_lock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutex_setprioceiling.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/pthread_mutex_timedlock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutex_trylock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutex_unlock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutexattr_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutexattr_getprioceiling.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/pthread_mutexattr_getprotocol.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/pthread_mutexattr_getpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutexattr_getrobust.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
+
+nptl/pthread_mutexattr_gettype.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutexattr_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutexattr_setprioceiling.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/pthread_mutexattr_setprotocol.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/pthread_mutexattr_setpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_mutexattr_setrobust.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
+
+nptl/pthread_mutexattr_settype.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_once.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/pthread_rwlock_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlock_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlock_rdlock.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_rwlock_timedrdlock.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_rwlock_timedwrlock.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_rwlock_tryrdlock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlock_trywrlock.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlock_unlock.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_rwlock_wrlock.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+nptl/pthread_rwlockattr_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlockattr_getkind_np.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlockattr_getpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlockattr_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlockattr_setkind_np.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_rwlockattr_setpshared.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_self.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_setaffinity.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/pthread_setcancelstate.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_setcanceltype.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_setconcurrency.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_setschedparam.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_setschedprio.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_setspecific.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_sigmask.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_sigqueue.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
+
+nptl/pthread_spin_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_spin_init.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+nptl/pthread_spin_unlock.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+nptl/pthread_testcancel.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_timedjoin.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_tryjoin.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/pthread_yield.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/sem_destroy.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/sem_getvalue.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/sem_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/sem_post.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/sem_timedwait.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+nptl/sem_wait.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+nptl/sem_waitcommon.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+nptl/tpp.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/tst-attr2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-attr3.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/tst-cancel17.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-cancel7.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+nptl/tst-cleanup4.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/tst-cleanup4aux.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/tst-clock2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-context1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-dlsym1.c:
+    Test case by Hui Huang <hui.huang@sun.com>.
+
+nptl/tst-eintr1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-exec4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-initializers1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+nptl/tst-mutex8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-mutexpp10.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/tst-rwlock10.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-rwlock11.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-rwlock2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/tst-rwlock3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/tst-rwlock6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/tst-rwlock7.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/tst-rwlock8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+nptl/tst-rwlock9.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+nptl/tst-sched1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/tst-setuid1.c:
+    Contributed by Jakub Jelinek <jaku@redhat.com>, 2004.
+
+nptl/tst-signal3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+nptl/tst-signal7.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
+
+nptl/tst-stack2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/tst-stack3.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/tst-stackguard1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+nptl/tst-tls3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-tls3mod.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-tls5.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+nptl/tst-tpp.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+nptl/tst-tsd3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/tst-tsd4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+nptl/unwind.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>
+    and Richard Henderson <rth@redhat.com>, 2003.
+
+nptl_db/td_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_log.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_symbol_list.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+nptl_db/td_ta_clear_event.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_delete.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_enable_stats.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_event_addr.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_event_getmsg.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_get_nthreads.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_get_ph.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_get_stats.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_map_id2thr.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_new.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_reset_stats.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_set_event.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_setconcurrency.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_thr_iter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_ta_tsd_iter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_clear_event.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_dbresume.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_dbsuspend.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_event_enable.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_event_getmsg.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_get_info.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_getfpregs.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_getgregs.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_getxregs.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_getxregsize.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_set_event.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_setfpregs.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_setgregs.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_setprio.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_setsigpending.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_setxregs.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_sigsetmask.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_tls_get_addr.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2002.
+
+nptl_db/td_thr_tsd.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nptl_db/td_thr_validate.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
+
+nscd/aicache.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+nscd/cache.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+nscd/connections.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+nscd/dbg_log.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
+
+nscd/dbg_log.h:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
+
+nscd/gai.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2004.
+
+nscd/getgrgid_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/getgrnam_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/gethstbyad_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/gethstbynm3_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/getpwnam_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/getpwuid_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/getsrvbynm_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/getsrvbypt_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nscd/grpcache.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+nscd/hstcache.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+nscd/initgrcache.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+nscd/mem.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+nscd/netgroupcache.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+nscd/nscd-client.h:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nscd/nscd.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nscd/nscd.h:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nscd/nscd_conf.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nscd/nscd_getai.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+nscd/nscd_getgr_r.c:
+    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1998.
+
+nscd/nscd_gethst_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+nscd/nscd_getpw_r.c:
+    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1998.
+
+nscd/nscd_getserv_r.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
+
+nscd/nscd_helper.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+nscd/nscd_initgroups.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+nscd/nscd_netgroup.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+nscd/nscd_proto.h:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nscd/nscd_setup_thread.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+nscd/nscd_stat.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
+
+nscd/pwdcache.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+nscd/selinux.c:
+    Contributed by Matthew Rickard <mjricka@epoch.ncsc.mil>, 2004.
+
+nscd/selinux.h:
+    Contributed by Matthew Rickard <mjricka@epoch.ncsc.mil>, 2004.
+
+nscd/servicescache.c:
+    Contributed by Ulrich Drepper <drepper@drepper.com>, 2007.
+
+nss/XXX-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/alias-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/databases.def:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/db-Makefile:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/digits_dots.c:
+    Contributed by H.J. Lu <hjl@gnu.ai.mit.edu>, 1997.
+
+nss/ethers-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/getXXbyYY_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/getXXent_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/getent.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nss/grp-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/hosts-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/key-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/makedb.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/netgrp-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/network-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/nss_compat/compat-grp.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996.
+
+nss/nss_compat/compat-initgroups.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
+
+nss/nss_compat/compat-pwd.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996.
+
+nss/nss_compat/compat-spwd.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996.
+
+nss/nss_db/db-initgroups.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>.
+
+nss/nss_db/db-netgrp.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/nss_files/files-alias.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/nss_files/files-netgrp.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/nss_hash.c:
+    Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
+
+nss/nsswitch.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/proto-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/pwd-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/rpc-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/service-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/sgrp-lookup.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
+
+nss/spwd-lookup.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+nss/test-netdb.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1998.
+
+posix/bug-ga1.c:
+    Test case by Anders Carlsson <andersca@gnome.org>.
+
+posix/bug-ga2.c:
+    Test case by Sam Varshavchik <mrsam@courier-mta.com>.
+
+posix/bug-regex1.c:
+    Test case by Jim Meyering <jim@meyering.net>.
+
+posix/bug-regex10.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+posix/bug-regex11.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+posix/bug-regex12.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+posix/bug-regex13.c:
+    Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>, 2002.
+
+posix/bug-regex14.c:
+    Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>, 2002.
+
+posix/bug-regex17.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+posix/bug-regex18.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+posix/bug-regex19.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+posix/bug-regex2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+posix/bug-regex20.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+posix/bug-regex21.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+posix/bug-regex22.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+posix/bug-regex23.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+posix/bug-regex25.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+posix/bug-regex26.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+posix/bug-regex27.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
+
+posix/bug-regex28.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
+
+posix/bug-regex3.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
+
+posix/bug-regex30.c:
+    Contributed by Paolo Bonzini <pbonzini@redhat.com>, 2009.
+
+posix/bug-regex33.c:
+    Contributed by Stanislav Brabec <sbrabec@suse.cz>, 2012.
+
+posix/bug-regex4.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
+
+posix/bug-regex6.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+posix/bug-regex7.c:
+    Contributed by Stepan Kasal <kasal@math.cas.cz>, 2002.
+
+posix/bug-regex8.c:
+    Contributed by Stepan Kasal <kasal@math.cas.cz>, 2002.
+
+posix/bug-regex9.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+posix/flexmember.h:
+    Written by Paul Eggert.
+
+posix/register-atfork.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+posix/runptests.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+posix/tar.h:
+    Written by David J. MacKenzie.
+
+posix/tst-boost.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+posix/tst-chmod.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+posix/tst-dir.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+posix/tst-exec.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+posix/tst-fork.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+posix/tst-gnuglob-skeleton.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+posix/tst-pcre.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+posix/tst-rxspencer.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+posix/tst-spawn.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+posix/tst-truncate.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+posix/tst-truncate64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+posix/tst-vfork1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+posix/tst-vfork2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+posix/tst-vfork3.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
+
+posix/waitid.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+posix/wordexp.c:
+    Contributed by Tim Waugh <tim@cyberelk.demon.co.uk>.
+
+pwd/getpwent.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+pwd/getpwent_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+pwd/getpwnam.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+pwd/getpwnam_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+pwd/getpwuid.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+pwd/getpwuid_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+resolv/gai_cancel.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+resolv/gai_error.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+resolv/gai_misc.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+resolv/gai_misc.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+resolv/gai_notify.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+resolv/gai_suspend.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+resolv/getaddrinfo_a.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+resolv/nss_dns/dns-canon.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+resolv/nss_dns/dns-host.c:
+    Extended from original form by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+resolv/nss_dns/dns-network.c:
+    Extended from original form by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+resolv/res_hconf.c:
+    Contributed by David Mosberger (davidm@azstarnet.com).
+
+resolv/res_hconf.h:
+    Contributed by David Mosberger (davidm@azstarnet.com).
+
+rt/aio_cancel.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_error.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_fsync.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_misc.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_notify.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_read.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_read64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_return.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_suspend.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_write.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/aio_write64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/lio_listio-common.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+rt/timer_create.c:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+rt/timer_delete.c:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+rt/timer_getoverr.c:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+rt/timer_gettime.c:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+rt/timer_settime.c:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+rt/tst-aio.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+rt/tst-aio2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+rt/tst-aio64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+rt/tst-mqueue.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+rt/tst-mqueue4.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue5.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue6.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue7.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue8.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-mqueue9.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+rt/tst-shm.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+rt/tst-timer4.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004
+
+scripts/gen-sorted.awk:
+    Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+scripts/rellns-sh:
+    Written by Ulrich Drepper <drepper@cygnus.com>, October 1996
+
+scripts/test-installation.pl:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997.
+
+scripts/versions.awk:
+    Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+shadow/getspent.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+shadow/getspent_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+shadow/getspnam.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+shadow/getspnam_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+shadow/lckpwdf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+signal/allocrtsig.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+signal/sighold.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+signal/sigrelse.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+signal/tst-raise.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+signal/tst-sigsimple.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+soft-fp/adddf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/addsf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/addtf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/divdf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/divsf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/divtf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/double.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/eqdf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/eqsf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/eqtf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/extenddftf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/extended.h:
+    Contributed by Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/extendsfdf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/extendsftf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/extendxftf2.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/fixdfdi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixdfsi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixdfti.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/fixsfdi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixsfsi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixsfti.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/fixtfdi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixtfsi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixtfti.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/fixunsdfdi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixunsdfsi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixunsdfti.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/fixunssfdi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixunssfsi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixunssfti.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/fixunstfdi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixunstfsi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/fixunstfti.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/floatdidf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatdisf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatditf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatsidf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatsisf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatsitf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floattidf.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/floattisf.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/floattitf.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/floatundidf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatundisf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatunditf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatunsidf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatunsisf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatunsitf.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/floatuntidf.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/floatuntisf.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/floatuntitf.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/gedf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/gesf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/getf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/ledf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/lesf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/letf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/muldf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/mulsf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/multf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/negdf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/negsf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/negtf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/op-1.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/op-2.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/op-4.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/op-8.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/op-common.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/quad.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/single.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/soft-fp.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz),
+    David S. Miller (davem@redhat.com) and
+    Peter Maydell (pmaydell@chiark.greenend.org.uk).
+
+soft-fp/subdf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/subsf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/subtf3.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/truncdfsf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/trunctfdf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/trunctfsf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+soft-fp/trunctfxf2.c:
+    Contributed by Uroš Bizjak (ubizjak@gmail.com).
+
+soft-fp/unorddf2.c:
+    Contributed by Joseph Myers (joseph@codesourcery.com).
+
+soft-fp/unordsf2.c:
+    Contributed by Joseph Myers (joseph@codesourcery.com).
+
+soft-fp/unordtf2.c:
+    Contributed by Joseph Myers (joseph@codesourcery.com).
+
+stdio-common/_i18n_number.h:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
+
+stdio-common/_itoa.c:
+    Contributed by Torbjorn Granlund <tege@matematik.su.se>
+    and Ulrich Drepper <drepper@gnu.org>.
+
+stdio-common/_itowa.c:
+    Contributed by Torbjorn Granlund <tege@matematik.su.se>
+    and Ulrich Drepper <drepper@gnu.org>.
+
+stdio-common/bug-vfprintf-nargs.c:
+    Contributed by Kees Cook <keescook@chromium.org>, 2012.
+
+stdio-common/bug14.c:
+    Test case by Al Viro <aviro@redhat.com>.
+
+stdio-common/fxprintf.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>.
+
+stdio-common/printf_fp.c:
+    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+stdio-common/printf_fphex.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdio-common/printf_size.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+    Based on a proposal by Larry McVoy <lm@sgi.com>.
+
+stdio-common/scanf11.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+stdio-common/test-vfprintf.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+stdio-common/tst-fphex-wide.c:
+    Contributed by Marek Polacek <polacek@redhat.com>, 2012.
+
+stdio-common/tst-fseek.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+stdio-common/tst-gets.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+stdio-common/tst-long-dbl-fphex.c:
+    Contributed by Marek Polacek <polacek@redhat.com>, 2012.
+
+stdio-common/tst-perror.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+stdio-common/tst-popen.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+stdio-common/tst-sscanf.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+stdio-common/tst-unlockedio.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+stdlib/a64l.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, August 1995.
+
+stdlib/bug-strtod.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+stdlib/drand48-iter.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/drand48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/drand48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/erand48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/erand48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/fmtmsg.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdlib/grouping.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+stdlib/grouping.h:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+stdlib/isomac.c:
+    Contributed by Jens Schweikhardt <schweikh@noc.dfn.de>, 1996.
+
+stdlib/jrand48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/jrand48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/l64a.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/lcong48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/lcong48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/lrand48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/lrand48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, August 1995.
+
+stdlib/mrand48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/mrand48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/msort.c:
+    Written by Mike Haertel, September 1988.
+
+stdlib/nrand48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/nrand48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/qsort.c:
+    Written by Douglas C. Schmidt (schmidt@ics.uci.edu).
+
+stdlib/rand_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+stdlib/seed48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/seed48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/srand48.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/srand48_r.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+stdlib/strfmon.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>
+    and Jochen Hein <Jochen.Hein@informatik.TU-Clausthal.de>, 1996.
+
+stdlib/strfmon_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+stdlib/strtod.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+stdlib/strtod_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdlib/strtof.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+stdlib/strtof_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdlib/strtol_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdlib/strtold.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+stdlib/strtoll_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdlib/strtoul_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdlib/strtoull_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+stdlib/test-a64l.c:
+    Contributed by Andreas Schwab <schwab@suse.de>.
+
+stdlib/test-canon.c:
+    Contributed by David Mosberger <davidm@azstarnet.com>.
+
+stdlib/test-canon2.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+stdlib/testmb2.c:
+    Test case by Miloslav Trmač <mitr@volny.cz>.
+
+stdlib/tst-bsearch.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+stdlib/tst-qsort.c:
+    Test case by Paul Eggert <eggert@twinsun.com>
+
+stdlib/tst-random.c:
+    Written by Michael J. Fischer, August 21, 2000
+
+stdlib/tst-random2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+stdlib/tst-system.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+stdlib/tst-xpg-basename.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+stdlib/xpg_basename.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+string/argz-addsep.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+string/argz-append.c:
+    Written by Miles Bader <miles@gnu.ai.mit.edu>
+
+string/argz-count.c:
+    Written by Miles Bader <miles@gnu.ai.mit.edu>
+
+string/argz-create.c:
+    Written by Miles Bader <miles@gnu.ai.mit.edu>
+
+string/argz-ctsep.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+string/argz-delete.c:
+    Written by Miles Bader <miles@gnu.org>
+
+string/argz-extract.c:
+    Written by Miles Bader <miles@gnu.org>
+
+string/argz-insert.c:
+    Written by Miles Bader <miles@gnu.ai.mit.edu>
+
+string/argz-next.c:
+    Written by Miles Bader <miles@gnu.org>
+
+string/argz-replace.c:
+    Written by Miles Bader <miles@gnu.ai.mit.edu>
+
+string/argz-stringify.c:
+    Written by Miles Bader <miles@gnu.org>
+
+string/bug-strncat1.c:
+    Test case by Joseph S. Myers <jsm28@cam.ac.uk>.
+
+string/bug-strpbrk1.c:
+    Test case by Joseph S. Myers <jsm28@cam.ac.uk>.
+
+string/bug-strspn1.c:
+    Test case by Joseph S. Myers <jsm28@cam.ac.uk>.
+
+string/bzero.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+string/envz.c:
+    Written by Miles Bader <miles@gnu.org>
+
+string/ffs.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+string/ffsll.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+string/memcpy.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+string/memmove.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+string/stratcliff.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+string/strcoll.c:
+    Written by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+string/strcoll_l.c:
+    Written by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+string/strlen.c:
+    Written by Torbjorn Granlund (tege@sics.se),
+    with help from Dan Sahlin (dan@sics.se);
+    commentary by Jim Blandy (jimb@ai.mit.edu).
+
+string/strnlen.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+string/strxfrm.c:
+    Written by Ulrich Drepper <drepper@cygnus.com>, 1995.
+
+string/strxfrm_l.c:
+    Written by Ulrich Drepper <drepper@gnu.org>, 1995.
+
+string/test-ffs.c:
+    Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
+    On-Line Applications Research Corporation.
+
+string/test-memccpy.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-memchr.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-memcmp.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+    Added wmemcmp support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011.
+
+string/test-memcpy.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-memmem.c:
+    Written by Ulrich Drepper <drepper@redhat.com>, 2008.
+
+string/test-memmove.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-mempcpy.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-memrchr.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-memset.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-rawmemchr.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-stpcpy.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-stpncpy.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strcasecmp.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strcasestr.c:
+    Written by Ulrich Drepper <drepper@redhat.com>, 2010.
+
+string/test-strcat.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strchr.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+    Added wcschr support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011
+
+string/test-strcmp.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+    Added wcscmp support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011.
+
+string/test-strcpy.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+    Added wcscpy support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011
+
+string/test-strcspn.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-string.h:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strlen.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+    Added wcslen support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011
+
+string/test-strncasecmp.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strncat.c:
+    Contributed by Intel Corporation.
+
+string/test-strncmp.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strncpy.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strnlen.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strpbrk.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strrchr.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+    Added wcsrrchr support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>,
+    2011.
+
+string/test-strspn.c:
+    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+string/test-strstr.c:
+    Written by Ulrich Drepper <drepper@redhat.com>, 2010.
+
+string/testcopy.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+string/tst-bswap.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+string/wordcopy.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sunrpc/create_xid.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
+
+sunrpc/netname.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
+
+sunrpc/publickey.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sunrpc/svc.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sunrpc/tst-xdrmem.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+sunrpc/tst-xdrmem2.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+sunrpc/xdr_intXX_t.c:
+    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
+
+sysdeps/aarch64/e_sqrtl.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/Makefile:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/alpha/_mcount.S:
+    Contributed by David Mosberger (davidm@cs.arizona.edu).
+
+sysdeps/alpha/alphaev6/memset.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+    EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
+
+sysdeps/alpha/alphaev6/stxcpy.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+    EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
+
+sysdeps/alpha/alphaev6/stxncpy.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+    EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
+
+sysdeps/alpha/alphaev67/stpcpy.S:
+    Contributed by Richard Henderson <rth@redhat.com>.
+
+sysdeps/alpha/alphaev67/stpncpy.S:
+    Contributed by Richard Henderson (rth@redhat.com)
+
+sysdeps/alpha/alphaev67/strcat.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
+
+sysdeps/alpha/alphaev67/strchr.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
+
+sysdeps/alpha/alphaev67/strlen.S:
+    Contributed by David Mosberger (davidm@cs.arizona.edu).
+    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
+
+sysdeps/alpha/alphaev67/strncat.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
+
+sysdeps/alpha/bzero.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/div.S:
+    Contributed by Richard Henderson <rth@tamu.edu>.
+
+sysdeps/alpha/dl-machine.h:
+    Contributed by Richard Henderson <rth@tamu.edu>.
+
+sysdeps/alpha/dl-procinfo.c:
+    Contributed by Aurelien Jarno <aurelien@aurel32.net>, 2008.
+
+sysdeps/alpha/dl-procinfo.h:
+    Contributed by Aurelien Jarno <aurelien@aurel32.net>, 2008.
+
+sysdeps/alpha/e_sqrtl.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ffs.S:
+    Contributed by David Mosberger (davidm@cs.arizona.edu).
+
+sysdeps/alpha/fpu/e_sqrt.c:
+    Contributed by David Mosberger (davidm@cs.arizona.edu).
+
+sysdeps/alpha/fpu/fclrexcpt.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997.
+
+sysdeps/alpha/fpu/fedisblxcpt.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/alpha/fpu/feenablxcpt.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/alpha/fpu/fegetenv.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997
+
+sysdeps/alpha/fpu/fegetexcept.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/alpha/fpu/fegetround.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997
+
+sysdeps/alpha/fpu/feholdexcpt.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997
+
+sysdeps/alpha/fpu/fesetenv.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997
+
+sysdeps/alpha/fpu/fesetround.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997
+
+sysdeps/alpha/fpu/feupdateenv.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997.
+
+sysdeps/alpha/fpu/fgetexcptflg.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997.
+
+sysdeps/alpha/fpu/fpu_control.h:
+    Contributed by Olaf Flebbe.
+
+sysdeps/alpha/fpu/fsetexcptflg.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997.
+
+sysdeps/alpha/fpu/ftestexcept.c:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1997.
+
+sysdeps/alpha/fpu/s_copysign.c:
+    Contributed by Richard Henderson.
+
+sysdeps/alpha/fpu/s_copysignf.c:
+    Contributed by Richard Henderson.
+
+sysdeps/alpha/fpu/s_fabs.c:
+    Contributed by Richard Henderson.
+
+sysdeps/alpha/fpu/s_fabsf.c:
+    Contributed by Richard Henderson.
+
+sysdeps/alpha/fpu/s_rint.c:
+    Contributed by Richard Henderson.
+
+sysdeps/alpha/fpu/s_rintf.c:
+    Contributed by Richard Henderson.
+
+sysdeps/alpha/hp-timing.h:
+    Contributed by Richard Henderson <rth@redhat.com>, 2001.
+
+sysdeps/alpha/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/alpha/ldiv.S:
+    Contributed by Richard Henderson <rth@tamu.edu>.
+
+sysdeps/alpha/memset.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/nptl/pthread_spin_lock.S:
+    Contributed by Richard Henderson  <rth@twiddle.net>, 2003.
+
+sysdeps/alpha/nptl/pthread_spin_trylock.S:
+    Contributed by Richard Henderson  <rth@twiddle.net>, 2003.
+
+sysdeps/alpha/ots_add.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_cmp.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_cmpe.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_cvtqux.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_cvtqx.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_cvttx.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_cvtxq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_cvtxt.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_div.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_mul.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_nintxq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/ots_sub.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/alpha/reml.S:
+    Contributed by Richard Henderson  <rth@twiddle.net>
+
+sysdeps/alpha/sfp-machine.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz) and
+    David S. Miller (davem@redhat.com).
+
+sysdeps/alpha/start.S:
+    Contributed by Richard Henderson <rth@tamu.edu>
+
+sysdeps/alpha/stpcpy.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+
+sysdeps/alpha/stpncpy.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/strcat.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+
+sysdeps/alpha/strchr.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/strcmp.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/strcpy.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+
+sysdeps/alpha/strlen.S:
+    Contributed by David Mosberger (davidm@cs.arizona.edu).
+
+sysdeps/alpha/strncat.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+
+sysdeps/alpha/strncmp.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/strncpy.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/stxcpy.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/alpha/stxncpy.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/arm/armv6t2/memchr.S:
+    Code contributed by Dave Gilbert <david.gilbert@linaro.org>
+
+sysdeps/arm/backtrace.c:
+    Contributed by Kazu Hirata <kazu@codesourcery.com>, 2008.
+
+sysdeps/arm/fedisblxcpt.c:
+    Contributed by Philip Blundell <philb@gnu.org>, 2001.
+
+sysdeps/arm/feenablxcpt.c:
+    Contributed by Philip Blundell <philb@gnu.org>, 2001.
+
+sysdeps/arm/fegetexcept.c:
+    Contributed by Philip Blundell <philb@gnu.org>, 2001
+
+sysdeps/arm/feupdateenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/arm/fgetexcptflg.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/arm/memcpy.S:
+    Contributed by MontaVista Software, Inc. (written by Nicolas Pitre)
+
+sysdeps/arm/memmove.S:
+    Contributed by MontaVista Software, Inc. (written by Nicolas Pitre)
+
+sysdeps/arm/memset.S:
+    Contributed by Philip Blundell <philb@gnu.org>
+
+sysdeps/arm/strlen.S:
+    Code contributed by Matthew Wilcox <willy@odie.barnet.ac.uk>
+
+sysdeps/arm/unwind.h:
+    Contributed by Paul Brook
+
+sysdeps/generic/atomic-machine.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/generic/dl-librecon.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/generic/dl-procinfo.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/generic/dwarf2.h:
+    Contributed by Gary Funck (gary@intrepid.com).  Derived from the
+    DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com).
+
+sysdeps/generic/framestate.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
+
+sysdeps/generic/hp-timing-common.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/generic/hp-timing.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/generic/ifreq.h:
+    Contributed by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/generic/ldconfig.h:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+sysdeps/generic/memcopy.h:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/generic/not-cancel.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/generic/register-dump.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/generic/sigcontextinfo.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/generic/sigset-cvt-mask.h:
+    Contributed by Joe Keane <jgk@jgk.org>.
+
+sysdeps/generic/unwind-dw2-fde-glibc.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/generic/unwind-dw2-fde.c:
+    Contributed by Jason Merrill <jason@cygnus.com>.
+
+sysdeps/generic/unwind-dw2-fde.h:
+    Contributed by Jason Merrill <jason@cygnus.com>.
+
+sysdeps/generic/unwind-resume.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/generic/utmp-equal.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>
+    and Paul Janzen <pcj@primenet.com>, 1996.
+
+sysdeps/gnu/sys/mtio.h:
+    Written by H. Bergman <hennus@cybercomm.nl>.
+
+sysdeps/gnu/updwtmp.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+sysdeps/gnu/utmp_file.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+sysdeps/hppa/Makefile:
+    Contributed by David Huggins-Daines (dhd@debian.org)
+
+sysdeps/hppa/dl-machine.h:
+    Contributed by David Huggins-Daines <dhd@debian.org>
+
+sysdeps/hppa/fpu/bits/fenv.h:
+    Contributed by David Huggins-Daines <dhd@debian.org>
+
+sysdeps/hppa/fpu/fclrexcpt.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/fedisblxcpt.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/feenablxcpt.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/fegetenv.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/fegetexcept.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/fegetround.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/feholdexcpt.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/fesetenv.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+    Based on the m68k version by
+    Andreas Schwab <schwab@suse.de>
+
+sysdeps/hppa/fpu/fesetround.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/feupdateenv.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/fgetexcptflg.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/fraiseexcpt.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>
+
+sysdeps/hppa/fpu/fsetexcptflg.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/fpu/ftestexcept.c:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000
+
+sysdeps/hppa/hppa1.1/s_signbit.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/hppa/libgcc-compat.c:
+    Contributed by Randolph Chung
+
+sysdeps/hppa/sysdep.h:
+    Contributed by Ulrich Drepper, <drepper@cygnus.com>, August 1999.
+
+sysdeps/htl/raise.c:
+    Written by Neal H. Walfield <neal@gnu.org>.
+
+sysdeps/htl/timer_routines.c:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+sysdeps/i386/backtrace.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/i386/dl-procinfo.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/i386/ffs.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/i386/fpu/e_acos.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_acosf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_acosh.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_acoshf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_acoshl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_acosl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_asin.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_asinf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_atan2.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_atan2f.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_atan2l.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_atanh.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_atanhf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_atanhl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_exp.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_exp10.S:
+    Written by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_exp2.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for exp2 by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_exp2l.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for exp2 by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_expl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_fmod.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_fmodf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_fmodl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_hypot.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/i386/fpu/e_hypotf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/i386/fpu/e_ilogb.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_ilogbf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_ilogbl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/e_log.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_log10.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_log10f.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_log10l.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_log2.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for use as log2 by Ulrich Drepper <drepper@cygnus.com>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_log2l.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for use as log2 by Ulrich Drepper <drepper@cygnus.com>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_logl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_pow.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_powl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/e_remainder.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_remainderf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_remainderl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/e_scalb.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Correct handling of y==-inf <drepper@gnu>
+
+sysdeps/i386/fpu/e_scalbf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
+    Correct handling of y==-inf <drepper@gnu>
+
+sysdeps/i386/fpu/e_scalbl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Correct handling of y==-inf <drepper@gnu>
+
+sysdeps/i386/fpu/e_sqrt.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/e_sqrtf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/fclrexcpt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/fedisblxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+sysdeps/i386/fpu/feenablxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+sysdeps/i386/fpu/fegetenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/fegetexcept.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999.
+
+sysdeps/i386/fpu/fegetround.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/feholdexcpt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/fesetenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/fesetround.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/feupdateenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/fgetexcptflg.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/fraiseexcpt.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/fsetexcptflg.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/ftestexcept.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_asinh.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/s_asinhf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/s_asinhl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/i386/fpu/s_atan.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_atanf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_atanl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/s_cbrt.S:
+    Contributed by Dirk Alboth <dirka@uni-paderborn.de> and
+    Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_cbrtf.S:
+    Contributed by Dirk Alboth <dirka@uni-paderborn.de> and
+    Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_cbrtl.S:
+    Contributed by Dirk Alboth <dirka@uni-paderborn.de> and
+    Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_ceil.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_ceilf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_ceill.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/s_copysign.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_copysignf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_copysignl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/s_expm1.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+    Based on code by John C. Bowman <bowman@ipp-garching.mpg.de>.
+    Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997.
+
+sysdeps/i386/fpu/s_expm1f.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+    Based on code by John C. Bowman <bowman@ipp-garching.mpg.de>.
+    Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997.
+
+sysdeps/i386/fpu/s_finite.S:
+    Written by Joe Keane <jgk@jgk.org>.
+
+sysdeps/i386/fpu/s_finitef.S:
+    Written by Joe Keane <jgk@jgk.org>.
+
+sysdeps/i386/fpu/s_finitel.S:
+    Written by Joe Keane <jgk@jgk.org>.
+
+sysdeps/i386/fpu/s_floor.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_floorf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_floorl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/s_fmax.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_fmaxf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_fmaxl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_fmin.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_fminf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_fminl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_frexp.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_frexpf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_frexpl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_isinfl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Change for long double by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/s_llrint.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_llrintf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_llrintl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_log1p.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_log1pf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_log1pl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/s_logb.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_logbf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_logbl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/s_lrint.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_lrintf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_lrintl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_nearbyint.S:
+    Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/s_nearbyintf.S:
+    Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/s_nearbyintl.S:
+    Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/fpu/s_nextafterl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/i386/fpu/s_nexttowardf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/i386/fpu/s_remquo.S:
+    Written by Ulrich Drepper <drepper@cygnus.com>.
+    Based on e_remainder by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_remquof.S:
+    Written by Ulrich Drepper <drepper@cygnus.com>.
+    Based on e_remainder by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_remquol.S:
+    Written by Ulrich Drepper <drepper@cygnus.com>.
+    Based on e_remainder by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_rint.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_rintf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_rintl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/s_scalbn.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_scalbnf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_scalbnl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/s_significand.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_significandf.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/fpu/s_significandl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+
+sysdeps/i386/fpu/s_trunc.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_truncf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/fpu/s_truncl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i386-mcount.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i586/memcopy.h:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/i386/i586/memcpy.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i586/memset.S:
+    Contributed by Torbjorn Granlund, <tege@matematik.su.se>
+
+sysdeps/i386/i586/strchr.S:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
+
+sysdeps/i386/i586/strcpy.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i586/strlen.S:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
+
+sysdeps/i386/i686/dl-hash.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/i386/i686/ffs.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/i386/i686/fpu/e_log.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/i386/i686/fpu/e_logl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+
+sysdeps/i386/i686/fpu/s_fmax.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i686/fpu/s_fmaxf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i686/fpu/s_fmaxl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i686/fpu/s_fmin.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i686/fpu/s_fminf.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i686/fpu/s_fminl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/i686/memcpy.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+sysdeps/i386/i686/memmove.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
+
+sysdeps/i386/i686/mempcpy.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/i386/i686/memset.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memchr-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memcmp-sse4.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memcmp-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memcpy-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memrchr-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memset-sse2-rep.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/memset-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/s_fma-fma.c:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/s_fma.c:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/s_fmaf-fma.c:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/s_fmaf.c:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strcat-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strcat-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strchr-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strcmp-sse4.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strcmp-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strcpy-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strcpy-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strlen-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/strrchr-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/wcschr-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/wcscmp-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/wcscpy-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/wcslen-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/multiarch/wcsrchr-sse2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/i386/i686/nptl/tls.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/i386/i686/pthread_spin_trylock.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/i386/i686/strcmp.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+sysdeps/i386/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/i386/machine-gmon.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/i386/memchr.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+    This version is developed using the same algorithm as the fast C
+    version which carries the following introduction:
+    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
+    with help from Dan Sahlin (dan@sics.se) and
+    commentary by Jim Blandy (jimb@ai.mit.edu);
+    adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
+    and implemented by Roland McGrath (roland@ai.mit.edu).
+
+sysdeps/i386/memcopy.h:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/i386/nptl/pthread_spin_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/i386/nptl/pthread_spin_unlock.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/i386/pthread_spin_trylock.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/i386/rawmemchr.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+    This version is developed using the same algorithm as the fast C
+    version which carries the following introduction:
+    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
+    with help from Dan Sahlin (dan@sics.se) and
+    commentary by Jim Blandy (jimb@ai.mit.edu);
+    adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
+    and implemented by Roland McGrath (roland@ai.mit.edu).
+
+sysdeps/i386/stpcpy.S:
+    Contributed by Ulrich Drepper (drepper@gnu.ai.mit.edu).
+
+sysdeps/i386/stpncpy.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Some bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+    - original wrote n+1 chars in some cases.
+    - stpncpy() ought to behave like strncpy() ie. not null-terminate
+    if limited by n.  glibc-1.09 stpncpy() does this.
+
+sysdeps/i386/strcat.S:
+    Contributed by Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
+    Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+
+sysdeps/i386/strchr.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+
+sysdeps/i386/strchrnul.S:
+    Contributed by Ulrich Drepper <drepper@gnu.org>
+    Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+
+sysdeps/i386/strcspn.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+
+sysdeps/i386/strlen.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>.
+
+sysdeps/i386/strlen.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/i386/strpbrk.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+
+sysdeps/i386/strrchr.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+
+sysdeps/i386/strspn.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+    Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
+
+sysdeps/ia64/_mcount.S:
+    Contributed by David Mosberger <davidm@hpl.hp.com>
+
+sysdeps/ia64/bzero.S:
+    Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
+    Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
+
+sysdeps/ia64/fpu/e_acos.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_acosf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_acosh.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_acoshf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_acoshl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_acosl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_asin.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_asinf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_asinl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_atan2.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_atan2f.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_atanh.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_atanhf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_atanhl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_cosh.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_coshf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_coshl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_exp.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_exp10.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_exp10l.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_exp2.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_exp2f.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_exp2l.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_expf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_fmod.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_fmodf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_fmodl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_hypot.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_hypotf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_hypotl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_ilogbl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_lgamma_r.c:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_lgammaf_r.c:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_lgammal_r.c:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_log.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_log2.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_log2f.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_log2l.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_logf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_logl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_pow.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_powf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_powl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_remainder.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_remainderf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_remainderl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_scalb.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_scalbf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_scalbl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_sinh.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_sinhf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_sinhl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_sqrt.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_sqrtf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/e_sqrtl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/fclrexcpt.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999 and
+    Jes Sorensen <Jes.Sorensen@cern.ch>, 2000
+
+sysdeps/ia64/fpu/fedisblxcpt.c:
+    Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
+
+sysdeps/ia64/fpu/feenablxcpt.c:
+    Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
+
+sysdeps/ia64/fpu/fegetenv.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/fegetexcept.c:
+    Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
+
+sysdeps/ia64/fpu/fegetround.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/feholdexcpt.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999
+
+sysdeps/ia64/fpu/fesetenv.c:
+    Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000
+
+sysdeps/ia64/fpu/fesetround.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/feupdateenv.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/fgetexcptflg.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/fraiseexcpt.c:
+    Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
+
+sysdeps/ia64/fpu/fsetexcptflg.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/ftestexcept.c:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/get-rounding-mode.h:
+    Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
+
+sysdeps/ia64/fpu/libm_cpu_defs.h:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_error.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_error_codes.h:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_frexp.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_frexp4.S:
+    Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story,
+    and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation.
+
+sysdeps/ia64/fpu/libm_frexp4f.S:
+    Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story,
+    and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation.
+
+sysdeps/ia64/fpu/libm_frexp4l.S:
+    Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story,
+    and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation.
+
+sysdeps/ia64/fpu/libm_frexpf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_frexpl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_lgamma.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_lgammaf.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_lgammal.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_reduce.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_scalblnf.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_sincos.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_sincos_large.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_sincosf.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_sincosl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_support.h:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/libm_tan.S:
+    Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story,
+    and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation.
+
+sysdeps/ia64/fpu/s_asinh.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_asinhf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_asinhl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_atan.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_atanf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_atanl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_cbrt.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_cbrtf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_cbrtl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_ceil.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_ceilf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_ceill.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_cos.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_cosf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_cosl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_erf.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_erfc.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_erfcf.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_erfcl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_erff.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_erfl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_expm1.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_expm1f.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_expm1l.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fabs.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fabsf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fabsl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fdim.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fdimf.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fdiml.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_floor.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_floorf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_floorl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fma.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fmaf.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fmal.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fmax.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fmaxf.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_fmaxl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_frexp.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_frexpf.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_frexpl.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_ilogb.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_ilogbf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_isinf.S:
+    Contributed by Jes Sorensen <jes@linuxcare.com>, October 2000.
+
+sysdeps/ia64/fpu/s_isnan.S:
+    Contributed by Jes Sorensen <jes@linuxcare.com>, October 2000.
+
+sysdeps/ia64/fpu/s_ldexp.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_ldexpf.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_ldexpl.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_libm_ldexp.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_libm_ldexpf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_libm_ldexpl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_libm_scalbn.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_libm_scalbnf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_libm_scalbnl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_log1p.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_log1pf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_log1pl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_logb.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_logbf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_logbl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_modf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_modff.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_modfl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nearbyint.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nearbyintf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nearbyintl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nextafter.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nextafterf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nextafterl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nexttoward.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nexttowardf.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_nexttowardl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_rint.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_rintf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_rintl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_round.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_roundf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_roundl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_scalblnf.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_scalbn.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_scalbnf.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_scalbnl.c:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_significand.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_significandf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_significandl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_tan.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_tanf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_tanh.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_tanhf.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_tanhl.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_tanl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_trunc.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_truncf.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/s_truncl.S:
+    Contributed 2000 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/w_lgamma_main.c:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/w_lgammaf_main.c:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/w_lgammal_main.c:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/w_tgamma_compat.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/w_tgammaf_compat.S:
+    Contributed 2001 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/fpu/w_tgammal_compat.S:
+    Contributed 2002 by the Intel Numerics Group, Intel Corporation
+
+sysdeps/ia64/hp-timing.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
+
+sysdeps/ia64/htonl.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>
+
+sysdeps/ia64/htons.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>
+
+sysdeps/ia64/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/ia64/memccpy.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/memchr.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/memcmp.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/memcpy.S:
+    Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
+    Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
+
+sysdeps/ia64/memmove.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/memset.S:
+    Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>.
+    Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch>
+
+sysdeps/ia64/nptl/pthread_spin_lock.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/ia64/nptl/pthread_spin_trylock.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/ia64/nptl/pthread_spin_unlock.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/ia64/start.S:
+    Written by Jes Sorensen, <Jes.Sorensen@cern.ch>, April 1999.
+
+sysdeps/ia64/strchr.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/strcmp.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/strcpy.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/strlen.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/strncmp.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>.
+
+sysdeps/ia64/strncpy.S:
+    Contributed by Dan Pop <Dan.Pop@cern.ch>
+    and Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/ia64/sysdep.h:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+
+sysdeps/ia64/unwind-resume.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/ieee754/dbl-64/asincos.tbl:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/atnat.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/atnat2.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/branred.c:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/branred.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/dla.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/e_acosh.c:
+    Optimized for 64-bit by Ulrich Drepper <drepper@gmail.com>, 2012
+
+sysdeps/ieee754/dbl-64/e_atanh.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+sysdeps/ieee754/dbl-64/e_cosh.c:
+    Optimized by Ulrich Drepper <drepper@gmail.com>, 2011
+
+sysdeps/ieee754/dbl-64/e_fmod.c:
+    Rewritten for 64-bit machines by Ulrich Drepper <drepper@gmail.com>.
+
+sysdeps/ieee754/dbl-64/e_gamma_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/mydefs.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/powtwo.tbl:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/root.tbl:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/s_cbrt.c:
+    Contributed by Dirk Alboth <dirka@uni-paderborn.de> and
+    Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_floor.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2011.
+
+sysdeps/ieee754/dbl-64/s_fma.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
+
+sysdeps/ieee754/dbl-64/s_fmaf.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
+
+sysdeps/ieee754/dbl-64/s_fpclassify.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_frexp.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+sysdeps/ieee754/dbl-64/s_isinf.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changed to return -1 for -Inf by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/ieee754/dbl-64/s_llrint.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_llround.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_logb.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+sysdeps/ieee754/dbl-64/s_lrint.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_modf.c:
+    Rewritten for 64-bit machines by Ulrich Drepper <drepper@gmail.com>.
+
+sysdeps/ieee754/dbl-64/s_nearbyint.c:
+    Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/ieee754/dbl-64/s_remquo.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_round.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_signbit.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_sincos.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/s_trunc.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/dbl-64/sincostab.c:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/uasncs.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/uatan.tbl:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/urem.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/usncs.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/utan.h:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/dbl-64/utan.tbl:
+    Written by International Business Machines Corp.
+
+sysdeps/ieee754/flt-32/e_acosf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_acoshf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_asinf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_atan2f.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_atanhf.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+sysdeps/ieee754/flt-32/e_coshf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+    Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011
+
+sysdeps/ieee754/flt-32/e_fmodf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_gammaf_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/e_hypotf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_ilogbf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_j0f.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_j1f.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_jnf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_lgammaf_r.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_log10f.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_remainderf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_sinhf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/e_sqrtf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/k_tanf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_asinhf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_atanf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_cbrtf.c:
+    Contributed by Dirk Alboth <dirka@uni-paderborn.de> and
+    Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_ceilf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_copysignf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_erff.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_expm1f.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_fabsf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_finitef.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_floorf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_fpclassifyf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_frexpf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_isinff.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+
+sysdeps/ieee754/flt-32/s_isnanf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_llrintf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_llroundf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_log1pf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_logbf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_lrintf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_lroundf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_modff.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_nearbyintf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_nextafterf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_remquof.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_rintf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_roundf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_scalblnf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_scalbnf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_signbitf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/flt-32/s_tanf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_tanhf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/flt-32/s_truncf.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-128/e_acoshl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/e_atan2l.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/e_atanhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-128/e_expl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+    Partly based on double-precision code
+    by Geoffrey Keating <geoffk@ozemail.com.au>
+
+sysdeps/ieee754/ldbl-128/e_fmodl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/e_gammal_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz, 1999.
+
+sysdeps/ieee754/ldbl-128/e_hypotl.c:
+    Conversion to long double by Jakub Jelinek, jakub@redhat.com.
+
+sysdeps/ieee754/ldbl-128/e_ilogbl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/e_rem_pio2l.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128/e_remainderl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/e_sinhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-128/k_cosl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128/k_sincosl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128/k_sinl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128/s_asinhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-128/s_ceill.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_copysignl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_cosl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_fabsl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_finitel.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_floorl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_fma.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
+
+sysdeps/ieee754/ldbl-128/s_fmal.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
+
+sysdeps/ieee754/ldbl-128/s_fpclassifyl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/s_frexpl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_isinfl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Change for long double by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128/s_isnanl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_llrintl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/s_llroundl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/s_logbl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_lrintl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/s_lroundl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/s_modfl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_nearbyintl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_nextafterl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_remquol.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/s_rintl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_roundl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/s_scalblnl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_scalbnl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_signbitl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-128/s_sincosl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/ieee754/ldbl-128/s_sinl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_tanhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-128/s_tanl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128/s_truncl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128/t_expl.h:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128/t_sincosl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128ibm/e_atan2l.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/e_expl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+    Partly based on double-precision code
+    by Geoffrey Keating <geoffk@ozemail.com.au>
+
+sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz, 1999.
+
+sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128ibm/e_remainderl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/k_cosl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128ibm/k_sincosl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128ibm/k_sinl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128ibm/printf_fphex.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-128ibm/s_copysignl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_cosl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_fabsl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_finitel.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_fmal.c:
+    Contributed by David Flaherty <flaherty@linux.vnet.ibm.com>.
+
+sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128ibm/s_frexpl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_isinfl.c:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Change for long double by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-128ibm/s_isnanl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_logbl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_modfl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_remquol.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_signbitl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-128ibm/s_sincosl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/ieee754/ldbl-128ibm/s_sinl.c:
+    Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/s_tanl.c:
+    Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
+
+sysdeps/ieee754/ldbl-128ibm/t_sincosl.c:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-96/e_acoshl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/e_atanhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/e_gammal_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/e_hypotl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/e_rem_pio2l.c:
+    Based on quad-precision code by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-96/e_sinhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/k_cosl.c:
+    Based on quad-precision cosine by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-96/k_sinl.c:
+    Based on quad-precision sine by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-96/s_asinhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_cbrtl.c:
+    Contributed by Dirk Alboth <dirka@uni-paderborn.de> and
+    Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_copysignl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_cosl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_fma.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
+
+sysdeps/ieee754/ldbl-96/s_fmal.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
+
+sysdeps/ieee754/ldbl-96/s_frexpl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_llrintl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_llroundl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_lrintl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_lroundl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_modfl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_nexttowardf.c:
+    Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_remquol.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_roundl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_scalblnl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_signbitl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_sincosl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/ieee754/ldbl-96/s_sinl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_tanhl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/s_tanl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/ieee754/ldbl-96/t_sincosl.c:
+    Based on quad-precision tables by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/ieee754/ldbl-opt/nldbl-compat.c:
+    Contributed by Jakub Jelinek <jakub@cygnus.com>, 2006.
+
+sysdeps/ieee754/ldbl-opt/nldbl-compat.h:
+    Contributed by Jakub Jelinek <jakub@cygnus.com>, 2006.
+
+sysdeps/m68k/dl-tls.h:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/ffs.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/m68k/fpu/fclrexcpt.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/fedisblxcpt.c:
+    Contributed by Andreas Schwab <schwab@suse.de>, 2000.
+
+sysdeps/m68k/fpu/feenablxcpt.c:
+    Contributed by Andreas Schwab <schwab@suse.de>, 2000.
+
+sysdeps/m68k/fpu/fegetenv.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/fegetexcept.c:
+    Contributed by Andreas Schwab <schwab@suse.de>, 2000.
+
+sysdeps/m68k/fpu/fegetround.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/feholdexcpt.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/fesetenv.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/fesetround.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/feupdateenv.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/fgetexcptflg.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/fsetexcptflg.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/fpu/ftestexcept.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/libc-tls.c:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/m680x0/fpu/e_scalb.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
+
+sysdeps/m68k/m680x0/fpu/fraiseexcpt.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/m680x0/fpu/s_ccosh_template.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
+
+sysdeps/m68k/m680x0/fpu/s_cexp_template.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/m680x0/fpu/s_csin_template.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
+
+sysdeps/m68k/m680x0/fpu/s_csinh_template.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
+
+sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+    Fixed for m68k by Andreas Schwab <schwab@suse.de>.
+
+sysdeps/m68k/m680x0/fpu/s_llrint.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/m680x0/fpu/s_llrintf.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/m680x0/fpu/s_llrintl.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/m680x0/fpu/s_logbl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/m68k/m680x0/fpu/s_lrint_template.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/m680x0/fpu/s_nextafterl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+    Fixed for m68k by Andreas Schwab <schwab@suse.de>.
+
+sysdeps/m68k/m680x0/fpu/s_remquo_template.c:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+sysdeps/m68k/m680x0/m68020/atomic-machine.h:
+    Contributed by Andreas Schwab <schwab@suse.de>, 2003.
+
+sysdeps/m68k/memchr.S:
+    Contributed by Andreas Schwab <schwab@gnu.org>.
+
+sysdeps/m68k/memcopy.h:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/m68k/nptl/Makefile:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/nptl/bits/pthreadtypes-arch.h:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/nptl/bits/semaphore.h:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/nptl/pthreaddef.h:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/nptl/tls.h:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/rawmemchr.S:
+    Contributed by Andreas Schwab <schwab@gnu.org>.
+
+sysdeps/m68k/strchr.S:
+    Contributed by Andreas Schwab <schwab@gnu.org>.
+
+sysdeps/m68k/strchrnul.S:
+    Contributed by Andreas Schwab <schwab@gnu.org>.
+
+sysdeps/m68k/tls-macros.h:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/m68k/wcpcpy_chk.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+sysdeps/mach/hurd/hp-timing.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/mach/hurd/i386/getcontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/mach/hurd/i386/makecontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/mach/hurd/i386/setcontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/mach/hurd/i386/swapcontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/mach/hurd/ifreq.h:
+    Contributed by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/mach/hurd/net/if_arp.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/mach/hurd/not-cancel.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/mach/hurd/waitid.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1997.
+
+sysdeps/mips/__longjmp.c:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/mips/dl-machine.h:
+    Contributed by Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
+
+sysdeps/mips/dl-procinfo.c:
+    Contributed by Robert Millan <rmh@gnu.org>.
+
+sysdeps/mips/dl-procinfo.h:
+    Contributed by Robert Millan <rmh@gnu.org>.
+
+sysdeps/mips/dl-trampoline.c:
+    Contributed by Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
+
+sysdeps/mips/fpu/fclrexcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1998.
+
+sysdeps/mips/fpu/fedisblxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+sysdeps/mips/fpu/feenablxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+sysdeps/mips/fpu/fegetenv.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1998.
+
+sysdeps/mips/fpu/fegetexcept.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+sysdeps/mips/fpu/fegetround.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998.
+
+sysdeps/mips/fpu/feholdexcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+sysdeps/mips/fpu/fenv_libc.h:
+    Contributed by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/mips/fpu/fesetenv.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1998.
+
+sysdeps/mips/fpu/fesetround.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998.
+
+sysdeps/mips/fpu/feupdateenv.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1998.
+
+sysdeps/mips/fpu/fgetexcptflg.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1998.
+
+sysdeps/mips/fpu/fraiseexcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+sysdeps/mips/fpu/fsetexcptflg.c:
+    Contributed by Hartvig Ekner <hartvige@mips.com>, 2002.
+
+sysdeps/mips/fpu/ftestexcept.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998.
+
+sysdeps/mips/mips64/__longjmp.c:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/mips/mips64/e_sqrtl.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/mips/mips64/setjmp_aux.c:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/mips/setjmp_aux.c:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/mips/sys/tas.h:
+    Contributed by Maciej W. Rozycki <macro@ds2.pg.gda.pl>, 2000.
+
+sysdeps/nptl/Makeconfig:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/nptl/Makefile:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/nptl/internaltypes.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/nptl/pthreadP.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/nptl/timer_routines.h:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+sysdeps/posix/getpagesize.c:
+    Contributed by Brendan Kehoe (brendan@cygnus.com).
+
+sysdeps/posix/pread.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/posix/pread64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/posix/pwrite64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/posix/sigignore.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/posix/sigwait.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/posix/sprofil.c:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/posix/usleep.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/powerpc/atomic-machine.h:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+sysdeps/powerpc/ffs.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/powerpc/fpu/e_hypot.c:
+    Contributed by Adhemerval Zanella <azanella@br.ibm.com>, 2011
+
+sysdeps/powerpc/fpu/e_hypotf.c:
+    Contributed by Adhemerval Zanella <azanella@br.ibm.com>, 2011
+
+sysdeps/powerpc/fpu/fedisblxcpt.c:
+    Contributed by Geoffrey Keating <geoffk@geoffk.org>, 2000.
+
+sysdeps/powerpc/fpu/feenablxcpt.c:
+    Contributed by Geoffrey Keating <geoffk@geoffk.org>, 2000.
+
+sysdeps/powerpc/fpu/fegetexcept.c:
+    Contributed by Geoffrey Keating <geoffk@geoffk.org>, 2000.
+
+sysdeps/powerpc/fpu/fesetround.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/powerpc/fpu/feupdateenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/powerpc/fpu/tst-setcontext-fpscr.c:
+    Contributed by Ryan S. Arnold <rsa@us.ibm.com>
+    Sean Curry <spcurry@us.ibm.com>
+
+sysdeps/powerpc/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/powerpc/nofpu/fclrexcpt.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fedisblxcpt.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/feenablxcpt.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fegetenv.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002, 2010.
+
+sysdeps/powerpc/nofpu/fegetexcept.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fegetround.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/feholdexcpt.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fenv_const.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fesetenv.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fesetround.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/feupdateenv.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fgetexcptflg.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fraiseexcpt.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/fsetexcptflg.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/ftestexcept.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/sim-full.c:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/soft-supp.h:
+    Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+
+sysdeps/powerpc/nofpu/sqrtdf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/powerpc/nofpu/sqrtsf2.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/powerpc/nptl/pthread_spin_lock.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+sysdeps/powerpc/nptl/pthread_spin_trylock.c:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+sysdeps/powerpc/power4/wordcopy.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/powerpc/power6/wordcopy.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+    Updated for POWER6 by Steven Munroe (sjmunroe@us.ibm.com).
+
+sysdeps/powerpc/powerpc32/a2/memcpy.S:
+    Contributed by Michael Brutman <brutman@us.ibm.com>.
+
+sysdeps/powerpc/powerpc32/atomic-machine.h:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+sysdeps/powerpc/powerpc32/power4/hp-timing.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/powerpc/powerpc32/power4/memcopy.h:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/memchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/memcpy.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/mempcpy.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/memrchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/memset.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/rawmemchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/strchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/strchrnul.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/strlen.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc32/power7/strnlen.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/a2/memcpy.S:
+    Contributed by Michael Brutman <brutman@us.ibm.com>.
+
+sysdeps/powerpc/powerpc64/atomic-machine.h:
+    Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
+
+sysdeps/powerpc/powerpc64/ffsll.c:
+    Contributed by Torbjorn Granlund (tege@sics.se).
+
+sysdeps/powerpc/powerpc64/hp-timing.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/powerpc/powerpc64/power7/memchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/memcpy.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/mempcpy.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/memrchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/memset.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/rawmemchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/strchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/strchrnul.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/strlen.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power7/strnlen.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/powerpc/powerpc64/power8/memrchr.S:
+    Contributed by Luis Machado <luisgpm@br.ibm.com>.
+
+sysdeps/pthread/eintr.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/posix-timer.h:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+sysdeps/pthread/pthread_atfork.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/sem_close.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/sem_open.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/sem_unlink.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-_res1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-_res1mod1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-abstime.c:
+    Contributed by Andreas Schwab <schwab@redhat.com>, 2010.
+
+sysdeps/pthread/tst-atfork1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-atfork2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-atfork2mod.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-attr1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-backtrace1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/pthread/tst-barrier1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-barrier2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-barrier3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-barrier4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-basic1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-basic2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-basic3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-basic4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-basic5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-basic6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cancel10.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel11.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel12.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel13.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel14.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel15.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel16.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel18.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel19.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cancel20.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel21.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel22.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cancel4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cancel6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cancel8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cancel9.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cleanup0.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cleanup1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cleanup2.c:
+    Contributed by Bao Duong <bduong@progress.com>, 2003.
+
+sysdeps/pthread/tst-cleanup3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-clock1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cond1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cond10.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cond11.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cond12.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cond14.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-cond15.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-cond16.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/pthread/tst-cond18.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/pthread/tst-cond19.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-cond2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cond20.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/pthread/tst-cond23.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2008.
+
+sysdeps/pthread/tst-cond3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cond4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cond5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cond6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-cond7.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cond8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-cond9.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-detach1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-eintr2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-eintr3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-eintr4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-eintr5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-exec1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-exec2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-exec3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-exit1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-fini1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-fini1mod.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-flock1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-flock2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-fork1.c:
+    Contributed by Roland McGrath <roland@redhat.com>, 2002.
+
+sysdeps/pthread/tst-fork2.c:
+    Contributed by Roland McGrath <roland@redhat.com>, 2002.
+
+sysdeps/pthread/tst-fork3.c:
+    Contributed by Roland McGrath <roland@redhat.com>, 2002.
+
+sysdeps/pthread/tst-join1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-join2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-join3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-join4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-join5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-key1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-key2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-key3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-key4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-kill1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-kill2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-kill3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-kill4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-kill5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-kill6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-mutex1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-mutex2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-mutex3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-mutex4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-mutex5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-mutex6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-mutex7.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-mutex9.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-once1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-once2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-once3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-once4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-pt-align.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-pt-align3.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
+
+sysdeps/pthread/tst-pt-popen1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-pt-sysconf.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-pt-tls1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-pt-tls2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-pt-tls4.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-raise1.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-robust1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
+
+sysdeps/pthread/tst-robust7.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
+
+sysdeps/pthread/tst-rwlock1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-rwlock12.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-rwlock14.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-rwlock4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-rwlock5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-sem1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-sem10.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
+
+sysdeps/pthread/tst-sem2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-sem3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-sem4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-sem5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-sem6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-sem7.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-sem8.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-sem9.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-signal1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-signal2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-signal4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-signal5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-signal6.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-spin1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-spin2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-spin3.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-stack1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-stdio1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-stdio2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-timer.c:
+    Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+sysdeps/pthread/tst-tls4moda.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-tls4modb.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/pthread/tst-tsd1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-tsd2.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/pthread/tst-tsd5.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/pthread/tst-umask1.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/pthread/tst-unload.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+sysdeps/s390/atomic-machine.h:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
+
+sysdeps/s390/dl-procinfo.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2006.
+
+sysdeps/s390/dl-procinfo.h:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2006.
+
+sysdeps/s390/ffs.c:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/fpu/bits/fenv.h:
+    Contributed by Denis Joseph Barrow <djbarrow@de.ibm.com>.
+
+sysdeps/s390/fpu/e_sqrtl.c:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>.
+
+sysdeps/s390/fpu/fedisblxcpt.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/feenablxcpt.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fegetenv.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fegetexcept.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fegetround.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/feholdexcpt.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fenv_libc.h:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fesetenv.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fesetround.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/feupdateenv.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fgetexcptflg.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/fpu_control.h:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and
+    Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/fpu/fraiseexcpt.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and
+    Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/fpu/fsetexcptflg.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/fpu/ftestexcept.c:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/s390/iso-8859-1_cp037_z900.c:
+    Author: Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+    Based on the work by Ulrich Drepper  <drepper@cygnus.com>, 1997.
+    Thanks to Daniel Appich who covered the relevant performance work
+    in his diploma thesis.
+
+sysdeps/s390/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/s390/memchr-z900.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/memset-z900.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/__longjmp.c:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/add_n.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/addmul_1.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/dl-machine.h:
+    Contributed by Carl Pederson & Martin Schwidefsky.
+
+sysdeps/s390/s390-32/mul_1.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/s390-mcount.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
+
+sysdeps/s390/s390-32/setjmp.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/start.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/strncpy-z900.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/sub_n.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-32/sysdep.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/__longjmp.c:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/add_n.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/crti.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/crtn.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/dl-machine.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/s390x-mcount.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
+
+sysdeps/s390/s390-64/setjmp.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/start.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/strncpy-z900.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/sub_n.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/s390-64/sysdep.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/strcmp-z900.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/strcpy-z900.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/s390/utf16-utf32-z9.c:
+    Author: Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+    Based on the work by Ulrich Drepper  <drepper@cygnus.com>, 1997.
+    Thanks to Daniel Appich who covered the relevant performance work
+    in his diploma thesis.
+
+sysdeps/s390/utf8-utf16-z9.c:
+    Author: Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+    Based on the work by Ulrich Drepper  <drepper@cygnus.com>, 1997.
+    Thanks to Daniel Appich who covered the relevant performance work
+    in his diploma thesis.
+
+sysdeps/s390/utf8-utf32-z9.c:
+    Author: Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+    Based on the work by Ulrich Drepper  <drepper@cygnus.com>, 1997.
+    Thanks to Daniel Appich who covered the relevant performance work
+    in his diploma thesis.
+
+sysdeps/sh/_mcount.S:
+    Contributed by NIIBE Yutaka <gniibe@m17n.org>
+
+sysdeps/sh/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/sh/memcpy.S:
+    Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
+    Optimized by Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
+
+sysdeps/sh/memset.S:
+    Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
+    Optimized by Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
+
+sysdeps/sh/nptl/pthread_spin_init.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/sh/sh4/fpu/fclrexcpt.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998.
+
+sysdeps/sh/sh4/fpu/fedisblxcpt.c:
+    Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012.
+
+sysdeps/sh/sh4/fpu/feenablxcpt.c:
+    Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012.
+
+sysdeps/sh/sh4/fpu/fegetexcept.c:
+    Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012.
+
+sysdeps/sh/sh4/fpu/fegetround.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998.
+
+sysdeps/sh/sh4/fpu/fesetround.c:
+    Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998.
+
+sysdeps/sh/sh4/fpu/feupdateenv.c:
+    Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012.
+
+sysdeps/sh/sh4/fpu/fraiseexcpt.c:
+    Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012.
+
+sysdeps/sh/strlen.S:
+    Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
+
+sysdeps/sparc/backtrace.c:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/dl-procinfo.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
+
+sysdeps/sparc/dl-procinfo.h:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/sparc/fpu/fedisblxcpt.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/sparc/fpu/feenablxcpt.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/sparc/fpu/fegetexcept.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/sparc/fpu/fpu_control.h:
+    Contributed by Miguel de Icaza
+
+sysdeps/sparc/machine-gmon.h:
+    Contributed by David S. Miller <davem@davemloft.net>, 2008
+
+sysdeps/sparc/sparc-mcount.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2008.
+
+sysdeps/sparc/sparc32/fpu/s_copysign.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/fpu/s_copysignf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/fpu/s_fabsf.S:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+sysdeps/sparc/sparc32/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/sparc/sparc32/memchr.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz> and
+    David S. Miller <davem@caip.rutgers.edu>.
+    This version is developed using the same algorithm as the fast C
+    version which carries the following introduction:
+    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
+    with help from Dan Sahlin (dan@sics.se) and
+    commentary by Jim Blandy (jimb@ai.mit.edu);
+    adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
+    and implemented by Roland McGrath (roland@ai.mit.edu).
+
+sysdeps/sparc/sparc32/memcpy.S:
+    Contributed by David S. Miller <davem@caip.rutgers.edu>,
+    Eddie C. Dost <ecd@skynet.be> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc32/memset.S:
+    Contributed by David S. Miller <davem@caip.rutgers.edu> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc32/q_add.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_cmp.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_cmpe.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_div.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_dtoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_feq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_fge.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_fgt.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_fle.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_flt.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_fne.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_itoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_lltoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_mul.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_neg.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_qtod.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_qtoi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_qtoll.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_qtos.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_qtou.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_qtoull.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_sqrt.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_stoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_sub.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_ulltoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_util.c:
+    Contributed by Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/q_utoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc32/sfp-machine.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz) and
+    David S. Miller (davem@redhat.com).
+
+sysdeps/sparc/sparc32/sparcv9/addmul_1.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc32/sparcv9/hp-timing.h:
+    Contributed by David S. Miller <davem@redhat.com>, 2001.
+
+sysdeps/sparc/sparc32/sparcv9/mul_1.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc32/sparcv9/submul_1.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc32/start.S:
+    Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997.
+
+sysdeps/sparc/sparc32/stpcpy.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc32/strcat.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc32/strchr.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz> and
+    David S. Miller <davem@caip.rutgers.edu>.
+
+sysdeps/sparc/sparc32/strcmp.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc32/strcpy.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc32/strlen.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz> and
+    David S. Miller <davem@davemloft.net>.
+
+sysdeps/sparc/sparc64/Makefile:
+    Contributed by Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/align-cpy.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/fpu/e_sqrtl.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/s_copysign.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/s_copysignf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/s_lrint.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/s_lrintf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/s_nearbyint.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc64/fpu/s_nearbyintf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2013.
+
+sysdeps/sparc/sparc64/fpu/s_rint.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/fpu/s_rintf.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2012.
+
+sysdeps/sparc/sparc64/hp-timing.h:
+    Contributed by David S. Miller <davem@redhat.com>, 2001.
+
+sysdeps/sparc/sparc64/jmpbuf-unwind.h:
+    Contributed by David S. Miller <davem@davemloft.net>, 2005.
+
+sysdeps/sparc/sparc64/memchr.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+    This version is developed using the same algorithm as the fast C
+    version which carries the following introduction:
+    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
+    with help from Dan Sahlin (dan@sics.se) and
+    commentary by Jim Blandy (jimb@ai.mit.edu);
+    adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
+    and implemented by Roland McGrath (roland@ai.mit.edu).
+
+sysdeps/sparc/sparc64/memcmp.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc64/memcpy.S:
+    Contributed by David S. Miller (davem@caip.rutgers.edu) and
+    Jakub Jelinek (jakub@redhat.com).
+
+sysdeps/sparc/sparc64/memset.S:
+    Contributed by David S. Miller (davem@caip.rutgers.edu) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/multiarch/add_n-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc64/multiarch/md5-crop.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S:
+    Contributed by David S. Miller (davem@redhat.com)
+
+sysdeps/sparc/sparc64/multiarch/memset-niagara1.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/memset-niagara4.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc64/multiarch/sha256-crop.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/sha512-crop.S:
+    Contributed by David S. Miller (davem@davemloft.net)
+
+sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc64/qp_add.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_cmp.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_cmpe.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_div.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_dtoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_feq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_fge.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_fgt.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_fle.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_flt.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_fne.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_itoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_mul.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_neg.S:
+    Contributed by Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_qtod.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_qtoi.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_qtos.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_qtoui.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_qtoux.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_qtox.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_sqrt.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_stoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_sub.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_uitoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_util.c:
+    Contributed by Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_uxtoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/qp_xtoq.c:
+    Contributed by Richard Henderson (rth@cygnus.com) and
+    Jakub Jelinek (jj@ultra.linux.cz).
+
+sysdeps/sparc/sparc64/rawmemchr.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>.
+    This version is developed using the same algorithm as the fast C
+    version which carries the following introduction:
+    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
+    with help from Dan Sahlin (dan@sics.se) and
+    commentary by Jim Blandy (jimb@ai.mit.edu);
+    adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
+    and implemented by Roland McGrath (roland@ai.mit.edu).
+
+sysdeps/sparc/sparc64/sfp-machine.h:
+    Contributed by Richard Henderson (rth@cygnus.com),
+    Jakub Jelinek (jj@ultra.linux.cz) and
+    David S. Miller (davem@redhat.com).
+
+sysdeps/sparc/sparc64/start.S:
+    Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997.
+
+sysdeps/sparc/sparc64/stpcpy.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc64/stpncpy.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz> and
+    Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>.
+
+sysdeps/sparc/sparc64/strcat.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz> and
+    Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>.
+
+sysdeps/sparc/sparc64/strchr.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc64/strcmp.S:
+    Contributed by David S. Miller <davem@davemloft.net>
+
+sysdeps/sparc/sparc64/strcpy.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc64/strcspn.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/sparc/sparc64/strlen.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>,
+    Jakub Jelinek <jj@ultra.linux.cz>, and
+    David S. Miller <davem@davemloft.net>.
+
+sysdeps/sparc/sparc64/strncmp.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc64/strncpy.S:
+    Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/sparc/sparc64/strpbrk.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/sparc/sparc64/strspn.S:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
+
+sysdeps/unix/alpha/pipe.S:
+    Contributed by David Mosberger (davidm@cs.arizona.edu).
+
+sysdeps/unix/alpha/sysdep.S:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/unix/bsd/getpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+sysdeps/unix/bsd/unlockpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+sysdeps/unix/grantpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+sysdeps/unix/ifreq.c:
+    Contributed by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/unix/mips/mips32/sysdep.h:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/unix/mips/mips64/sysdep.h:
+    Contributed by Alexandre Oliva <aoliva@redhat.com>.
+
+sysdeps/unix/mips/pipe.S:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/unix/mips/sysdep.S:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/unix/mips/sysdep.h:
+    Contributed by Brendan Kehoe (brendan@zen.org).
+
+sysdeps/unix/sysv/linux/accept4.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2008.
+
+sysdeps/unix/sysv/linux/aio_misc.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/alpha/clone.S:
+    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
+
+sysdeps/unix/sysv/linux/alpha/gethostname.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001
+
+sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S:
+    Contributed by David Mosberger <davidm@azstarnet.com>, 1995.
+
+sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S:
+    Contributed by David Mosberger <davidm@azstarnet.com>, 1995.
+
+sysdeps/unix/sysv/linux/alpha/ioperm.c:
+    Contributed by David Mosberger.
+
+sysdeps/unix/sysv/linux/alpha/rt_sigaction.S:
+    Contributed by Richard Henderson <rth@cygnus.com>, 1998
+
+sysdeps/unix/sysv/linux/alpha/syscall.S:
+    Contributed by David Mosberger <davidm@azstarnet.com>, 1996.
+
+sysdeps/unix/sysv/linux/alpha/sysdep.h:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/arc/clone.S:
+    Contributed by Andrew Jenner <andrew@codesourcery.com>, 2008.
+
+sysdeps/unix/sysv/linux/arm/clone.S:
+    Contributed by Pat Beirne <patb@corelcomputer.com>
+
+sysdeps/unix/sysv/linux/arm/dl-procinfo.c:
+    Contributed by Philip Blundell <philb@gnu.org>, 2001.
+
+sysdeps/unix/sysv/linux/arm/dl-procinfo.h:
+    Contributed by Philip Blundell <philb@gnu.org>, 2001.
+
+sysdeps/unix/sysv/linux/arm/ioperm.c:
+    Contributed by Phil Blundell, based on the Alpha version by
+    David Mosberger.
+
+sysdeps/unix/sysv/linux/arm/readelflib.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
+    Jakub Jelinek <jakub@redhat.com>, 1999.
+
+sysdeps/unix/sysv/linux/arm/register-dump.h:
+    Contributed by Philip Blundell <pb@nexus.co.uk>, 1998.
+
+sysdeps/unix/sysv/linux/arm/sigcontextinfo.h:
+    Contributed by Philip Blundell <philb@gnu.org>, 1999.
+
+sysdeps/unix/sysv/linux/arm/sysdep.h:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995.
+    ARM changes by Philip Blundell, <pjb27@cam.ac.uk>, May 1997.
+
+sysdeps/unix/sysv/linux/arm/vfork.S:
+    Contributed by Philip Blundell <philb@gnu.org>.
+
+sysdeps/unix/sysv/linux/dl-librecon.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
+
+sysdeps/unix/sysv/linux/dl-openat64.c:
+    Contributed by Ulrich Drepper <drepper@gmain.com>, 2003.
+
+sysdeps/unix/sysv/linux/dl-origin.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/fstatvfs.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/generic/____longjmp_chk.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/bits/fcntl.h:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/bits/typesizes.h:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/chmod.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/chown.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/dl-origin.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/generic/dup2.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/epoll_create.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/inotify_init.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/lchown.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/link.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/mkdir.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/pipe.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/readlink.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/rmdir.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/symlink.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/sysdep.h:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/unlink.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/getcwd.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/getipv4sourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/getpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+sysdeps/unix/sysv/linux/getsourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/getsysstats.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/unix/sysv/linux/grantpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+sysdeps/unix/sysv/linux/hppa/atomic-machine.h:
+    Contributed by Carlos O'Donell <carlos@baldric.uwo.ca>, 2005.
+
+sysdeps/unix/sysv/linux/hppa/clone.S:
+    Contributed by David Huggins-Daines <dhd@debian.org>, 2000.
+    Based on the Alpha version by Richard Henderson <rth@tamu.edu>, 1996.
+
+sysdeps/unix/sysv/linux/hppa/getcontext.S:
+    Contributed by Helge Deller <deller@gmx.de>, 2008.
+
+sysdeps/unix/sysv/linux/hppa/makecontext.c:
+    Contributed by Helge Deller <deller@gmx.de>, 2008.
+
+sysdeps/unix/sysv/linux/hppa/setcontext.S:
+    Contributed by Helge Deller <deller@gmx.de>, 2008.
+
+sysdeps/unix/sysv/linux/hppa/swapcontext.c:
+    Contributed by Helge Deller <deller@gmx.de>, 2008.
+
+sysdeps/unix/sysv/linux/hppa/sysdep.h:
+    Contributed by Ulrich Drepper, <drepper@cygnus.com>, August 1999.
+    Linux/PA-RISC changes by Philipp Rumpf, <prumpf@tux.org>, March 2000.
+
+sysdeps/unix/sysv/linux/i386/clone.S:
+    Contributed by Richard Henderson (rth@tamu.edu)
+
+sysdeps/unix/sysv/linux/i386/dl-librecon.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/i386/dl-procinfo.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/i386/getcontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/unix/sysv/linux/i386/makecontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/unix/sysv/linux/i386/register-dump.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/i386/setcontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/unix/sysv/linux/i386/sigcontextinfo.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/i386/swapcontext.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
+
+sysdeps/unix/sysv/linux/i386/sysdep.h:
+    Contributed by Ulrich Drepper, <drepper@gnu.org>, August 1995.
+
+sysdeps/unix/sysv/linux/i386/vfork.S:
+    Contributed by Andreas Schwab <schwab@gnu.org>.
+
+sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/__longjmp.S:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/__start_context.S:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/bits/setjmp.h:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h:
+    Contributed by Jes Sorensen <jes@linuxcare.com>, July 2000
+
+sysdeps/unix/sysv/linux/ia64/getcontext.S:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/ioperm.c:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/makecontext.c:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/pipe.S:
+    Contributed by David Mosberger <davidm@hpl.hp.com>
+
+sysdeps/unix/sysv/linux/ia64/register-dump.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/ia64/setcontext.S:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/setjmp.S:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/swapcontext.c:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/sys/io.h:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+
+sysdeps/unix/sysv/linux/ia64/sys/rse.h:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/syscall.S:
+    Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>.
+
+sysdeps/unix/sysv/linux/ia64/sysdep.S:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ia64/sysdep.h:
+    Written by Jes Sorensen, <Jes.Sorensen@cern.ch>, April 1999.
+    Based on code originally written by David Mosberger-Tang
+
+sysdeps/unix/sysv/linux/ia64/ucontext_i.h:
+    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+
+sysdeps/unix/sysv/linux/ifreq.c:
+    Contributed by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/unix/sysv/linux/internal_statvfs.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/kernel-posix-timers.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/lddlibc4.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/m68k/clone.S:
+    Contributed by Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
+
+sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h:
+    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
+
+sysdeps/unix/sysv/linux/m68k/getpagesize.c:
+    Contributed by Andreas Schwab <schwab@suse.de>.
+
+sysdeps/unix/sysv/linux/m68k/register-dump.h:
+    Contributed by Andreas Schwab <schwab@gnu.org>.
+
+sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h:
+    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>, 1998.
+
+sysdeps/unix/sysv/linux/m68k/sysdep.h:
+    Written by Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de>,
+    December 1995.
+
+sysdeps/unix/sysv/linux/m68k/vfork.S:
+    Contributed by Andreas Schwab <schwab@gnu.org>.
+
+sysdeps/unix/sysv/linux/mips/_test_and_set.c:
+    Contributed by Maciej W. Rozycki <macro@ds2.pg.gda.pl>, 2000.
+
+sysdeps/unix/sysv/linux/mips/clone.S:
+    Contributed by Ralf Bächle <ralf@linux-mips.org>, 1996.
+
+sysdeps/unix/sysv/linux/mips/getcontext.S:
+    Contributed by Maciej W. Rozycki <macro@codesourcery.com>.
+
+sysdeps/unix/sysv/linux/mips/makecontext.S:
+    Contributed by Maciej W. Rozycki <macro@codesourcery.com>.
+
+sysdeps/unix/sysv/linux/mips/readelflib.c:
+    Contributed by Alexandre Oliva <aoliva@redhat.com>
+    Based on work ../x86_64/readelflib.c,
+    contributed by Andreas Jaeger <aj@suse.de>, 1999 and
+    Jakub Jelinek <jakub@redhat.com>, 1999.
+
+sysdeps/unix/sysv/linux/mips/register-dump.h:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+sysdeps/unix/sysv/linux/mips/setcontext.S:
+    Contributed by Maciej W. Rozycki <macro@codesourcery.com>.
+
+sysdeps/unix/sysv/linux/mips/sigcontextinfo.h:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+sysdeps/unix/sysv/linux/mips/swapcontext.S:
+    Contributed by Maciej W. Rozycki <macro@codesourcery.com>.
+
+sysdeps/unix/sysv/linux/mips/ustat.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/mmap64.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+sysdeps/unix/sysv/linux/mq_notify.c:
+    Contribute by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/msgctl.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/msgget.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/msgrcv.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/msgsnd.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
+
+sysdeps/unix/sysv/linux/net/if_arp.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/nios2/clone.S:
+    Contributed by Andrew Jenner <andrew@codesourcery.com>, 2008.
+
+sysdeps/unix/sysv/linux/nios2/kernel_stat.h:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/not-cancel.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/nscd_setup_thread.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/open.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/ppoll.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2006.
+
+sysdeps/unix/sysv/linux/pread.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/pread64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/pselect.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2006.
+
+sysdeps/unix/sysv/linux/ptsname.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+sysdeps/unix/sysv/linux/pwrite.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/pwrite64.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/recvmmsg.c:
+    Contributed by Andreas Schwab <schwab@redhat.com>, 2010.
+
+sysdeps/unix/sysv/linux/s390/bits/elfclass.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/dl-procinfo.h:
+    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2006.
+
+sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/clone.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutent.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutid.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutline.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/login.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/login32.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/syscall.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c:
+    Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-32/vfork.S:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/unix/sysv/linux/s390/s390-64/clone.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/syscall.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/s390-64/vfork.S:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/s390/sigcontextinfo.h:
+    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/sys/ptrace.h:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/unix/sysv/linux/s390/sys/ucontext.h:
+    Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
+
+sysdeps/unix/sysv/linux/semctl.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/semget.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/semop.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
+
+sysdeps/unix/sysv/linux/semtimedop.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
+
+sysdeps/unix/sysv/linux/sendmmsg.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+sysdeps/unix/sysv/linux/setipv4sourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/setsourcefilter.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/sh/sigcontextinfo.h:
+    Contributed by Philip Blundell <philb@gnu.org>, 1999.
+
+sysdeps/unix/sysv/linux/sh/sysdep.h:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995.
+    Changed by Kaz Kojima, <kkojima@rr.iij4u.or.jp>.
+
+sysdeps/unix/sysv/linux/shmat.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/shmctl.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/shmdt.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysdeps/unix/sysv/linux/shmget.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
+
+sysdeps/unix/sysv/linux/sigset-cvt-mask.h:
+    Contributed by Joe Keane <jgk@jgk.org>.
+
+sysdeps/unix/sysv/linux/sigstack.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/sparc/readelflib.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
+    Jakub Jelinek <jakub@redhat.com>, 1999.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/clone.S:
+    Contributed by Richard Henderson (rth@tamu.edu).
+
+sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2008.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/libc_sigaction.c:
+    Contributed by Miguel de Icaza <miguel@nuclecu.unam.mx>, 1997.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c:
+    Contributed by David S. Miller <davem@davemloft.net>, 2008.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S:
+    Contributed by Miguel de Icaza <miguel@gnu.ai.mit.edu>, 1997.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2008.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 1999.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S:
+    Contributed by David S. Miller <davem@davemloft.net>, 2008.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h:
+    Contributed by Miguel de Icaza <miguel@gnu.ai.mit.edu>, January 1997.
+
+sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/clone.S:
+    Contributed by Richard Henderson (rth@tamu.edu).
+
+sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S:
+    Contributed by Richard Henderson (rth@tamu.edu).
+
+sysdeps/unix/sysv/linux/sparc/sparc64/libc_sigaction.c:
+    Contributed by Miguel de Icaza <miguel@nuclecu.unam.mx> and
+    Jakub Jelinek <jj@ultra.linux.cz>.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S:
+    Contributed by Richard Henderson (rth@tamu.edu).
+
+sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S:
+    Contributed by Miguel de Icaza <miguel@gnu.ai.mit.edu>, 1997.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S:
+    Contributed by Richard Henderson (rth@tamu.edu).
+
+sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S:
+    Contributed by Richard Henderson (rth@tamu.edu).
+
+sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h:
+    Contributed by Jakub Jelinek <jj@ultra.linux.cz>, 1999.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h:
+    Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>.
+
+sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
+
+sysdeps/unix/sysv/linux/sparc/sysdep.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/unix/sysv/linux/statfs.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/statvfs.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+sysdeps/unix/sysv/linux/timer_create.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/timer_delete.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/timer_getoverr.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/timer_gettime.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/timer_routines.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/timer_settime.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysdeps/unix/sysv/linux/umount.c:
+    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
+
+sysdeps/unix/sysv/linux/unlockpt.c:
+    Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+
+sysdeps/unix/sysv/linux/updwtmp.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+sysdeps/unix/sysv/linux/ustat.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/unix/sysv/linux/utmp_file.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
+
+sysdeps/unix/sysv/linux/x86/readelflib.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
+    Jakub Jelinek <jakub@redhat.com>, 2000.
+
+sysdeps/unix/sysv/linux/x86_64/__start_context.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/unix/sysv/linux/x86_64/getcontext.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/unix/sysv/linux/x86_64/makecontext.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/unix/sysv/linux/x86_64/setcontext.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/unix/sysv/linux/x86_64/swapcontext.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/wordsize-64/tst-writev.c:
+    Contributed by Ryan S. Arnold <rsa@us.ibm.com>, 2011.
+
+sysdeps/x86/fpu/s_fpclassifyl.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/x86/fpu/s_isnanl.c:
+    Conversion to long double by Ulrich Drepper,
+    Cygnus Support, drepper@cygnus.com.
+
+sysdeps/x86/fpu_control.h:
+    Contributed by Olaf Flebbe.
+
+sysdeps/x86/nptl/pthreaddef.h:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/x86_64/_mcount.S:
+    Contributed by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/dl-machine.h:
+    Contributed by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/ffs.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/x86_64/ffsll.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/x86_64/fpu/e_exp2l.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for exp2 by Ulrich Drepper <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/e_expl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/x86_64/fpu/e_fmodl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/e_ilogbl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/e_log10l.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/e_log2l.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for use as log2 by Ulrich Drepper <drepper@cygnus.com>.
+    Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/e_logl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/e_powl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+sysdeps/x86_64/fpu/e_remainderl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/e_scalbl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>
+    Correct handling of y==-inf <drepper@gnu>
+
+sysdeps/x86_64/fpu/fedisblxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2001.
+
+sysdeps/x86_64/fpu/feenablxcpt.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2001.
+
+sysdeps/x86_64/fpu/fegetexcept.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2001.
+
+sysdeps/x86_64/fpu/fegetround.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/x86_64/fpu/feupdateenv.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/multiarch/s_fma.c:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S:
+    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
+
+sysdeps/x86_64/fpu/s_ceill.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+    Changes for x86-64 by Andreas Jaeger <aj@suse.de>
+
+sysdeps/x86_64/fpu/s_copysign.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/fpu/s_copysignf.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/fpu/s_copysignl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>.
+    Adopted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/s_finitel.S:
+    Written by Joe Keane <jgk@jgk.org>.
+    Adopted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/s_floorl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+    Changes for x86-64 by Andreas Jaeger <aj@suse.de>=09
+
+sysdeps/x86_64/fpu/s_fmax.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/fpu/s_fmaxf.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/fpu/s_fmaxl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/x86_64/fpu/s_fmin.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/fpu/s_fminf.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/fpu/s_fminl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/x86_64/fpu/s_llrint.S:
+    Contributed by Andreas Jaeger <aj@suse.d>, 2002.
+
+sysdeps/x86_64/fpu/s_llrintf.S:
+    Contributed by Andreas Jaeger <aj@suse.d>, 2002.
+
+sysdeps/x86_64/fpu/s_log1pl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
+    Adapted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/fpu/s_nearbyintl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>.
+
+sysdeps/x86_64/fpu/s_scalbnl.S:
+    Written by J.T. Conklin <jtc@netbsd.org>.
+    Changes for long double by Ulrich Drepper <drepper@cygnus.com>
+    Changes for x86-64 by Andreas Jaeger <aj@suse.de>=09
+
+sysdeps/x86_64/fpu/s_signbit.S:
+    Contributed by Ulrich Drepper <drepper@redha.com>, 2009.
+
+sysdeps/x86_64/fpu/s_signbitf.S:
+    Contributed by Ulrich Drepper <drepper@redha.com>, 2009.
+
+sysdeps/x86_64/fpu/s_truncl.S:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+sysdeps/x86_64/jmpbuf-unwind.h:
+    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
+
+sysdeps/x86_64/machine-gmon.h:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/memchr.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/memcmp.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/memrchr.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/memcmp-sse4.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/memcmp-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/memcpy-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcat-avx2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcat-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcmp-sse42.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcpy-avx2.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcpy-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strcspn-c.c:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/strspn-c.c:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/multiarch/wcscpy-ssse3.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/nptl/pthread_spin_trylock.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/x86_64/nptl/pthread_spin_unlock.S:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
+
+sysdeps/x86_64/rawmemchr.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/start.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2001.
+
+sysdeps/x86_64/strcat.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/strcmp.S:
+    Based on i686 version contributed by Ulrich Drepper
+    <drepper@cygnus.com>, 1999.
+    Updated with SSE2 support contributed by Intel Corporation.
+
+sysdeps/x86_64/strcpy.S:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
+
+sysdeps/x86_64/strcspn.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>.
+    Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>.
+    Adopted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/strspn.S:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>.
+    Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>.
+    Adopted for x86-64 by Andreas Jaeger <aj@suse.de>.
+
+sysdeps/x86_64/wcschr.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/wcscmp.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/wcslen.S:
+    Contributed by Intel Corporation.
+
+sysdeps/x86_64/wcsrchr.S:
+    Contributed by Intel Corporation.
+
+sysvipc/ftok.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/msgctl.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/msgget.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/msgrcv.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/msgsnd.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
+
+sysvipc/semctl.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/semget.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/semop.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
+
+sysvipc/semtimedop.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
+
+sysvipc/shmat.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/shmctl.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/shmdt.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+
+sysvipc/shmget.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
+
+test-skeleton.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+time/ctime_r.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+time/difftime.c:
+    Written by Paul Eggert <eggert@cs.ucla.edu>.
+
+time/getdate.c:
+    Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
+
+time/tst-clock.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
+
+time/tst-getdate.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 2000.
+
+time/tst-strptime.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+timezone/tst-timezone.c:
+    Contributed by Andreas Jaeger <aj@suse.de>, 1998.
+
+wcsmbs/btowc.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/c16rtomb.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+wcsmbs/mbrlen.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>
+
+wcsmbs/mbrtoc16.c:
+    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
+
+wcsmbs/mbrtowc.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/mbsinit.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/mbsnrtowcs.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/mbsrtowcs.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/mbsrtowcs_l.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 2002.
+
+wcsmbs/tst-btowc.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+wcsmbs/tst-mbrtowc.c:
+    UTF-8 single byte feeding test for mbrtowc(),
+    contributed by Markus Kuhn <mkuhn@acm.org>.
+
+wcsmbs/tst-mbsrtowcs.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
+
+wcsmbs/tst-wcpncpy.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
+
+wcsmbs/tst-wcrtomb.c:
+    Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
+
+wcsmbs/tst-wcsnlen.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
+
+wcsmbs/wcpcpy.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcpncpy.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcrtomb.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+wcsmbs/wcscasecmp_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcscat.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcscmp.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcscoll.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+wcsmbs/wcscoll_l.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcscpy.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcscspn.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcsdup.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcslen.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcsmbsload.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+wcsmbs/wcsmbsload.h:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+wcsmbs/wcsncase_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcsncat.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcsncmp.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcsncpy.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcsnlen.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
+
+wcsmbs/wcsnrtombs.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/wcspbrk.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>
+
+wcsmbs/wcsrchr.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>
+
+wcsmbs/wcsrtombs.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/wcsspn.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcstod.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcstod_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcstof.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcstof_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcstok.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+wcsmbs/wcstol.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcstol_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcstold.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcstold_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcstoll.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcstoll_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcstoul.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcstoul_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcstoull.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcstoull_l.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
+
+wcsmbs/wcswidth.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcsxfrm.c:
+    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+wcsmbs/wcsxfrm_l.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wctob.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcwidth.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wcwidth.h:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wmemchr.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/wmemcmp.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wcsmbs/wmemcpy.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wcsmbs/wmemmove.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>
+
+wcsmbs/wmempcpy.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1999.
+
+wcsmbs/wmemset.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wctype/iswctype.c:
+    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
+
+wctype/iswctype_l.c:
+    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+
+wctype/wchar-lookup.h:
+    Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
+
+wctype/wctrans.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wctype/wctype.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
+
+wctype/wctype_l.c:
+    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.