diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-28 06:10:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-28 06:10:44 +0000 |
commit | 7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c (patch) | |
tree | 3774d0db66033633b58a8f83fecb3c12e07ef8ac /sysdeps/mips | |
parent | 9923cc7e8efab6084be6772d3dd8644db2ca820d (diff) | |
download | glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.tar.gz glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.tar.xz glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.zip |
Update.
* sysdeps/mips/Dist: Remove non-existing files. * sysdeps/mips/mips64/Dist: Likewise. * sysdeps/mips/mipsel/Dist: Removed. * iconv/Makefile (distribute): Add strtab.c and iconvconfig.h. * sysdeps/generic/Dist: Add bits/link.h. * sysdeps/unix/sysv/linux/m68k/Dist: Add sys/procfs.h. * sysdeps/unix/sysv/aix/Dist: Add dl-support.c, dl-addr.c, and dl-error.c. * sysdeps/ia64/Dist: Add bits/link.h.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/Dist | 2 | ||||
-rw-r--r-- | sysdeps/mips/mips64/Dist | 1 | ||||
-rw-r--r-- | sysdeps/mips/mipsel/Dist | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/mips/Dist b/sysdeps/mips/Dist index 5ad586dbff..1fbf36aaad 100644 --- a/sysdeps/mips/Dist +++ b/sysdeps/mips/Dist @@ -1,6 +1,4 @@ setjmp_aux.c -rtld-ldscript.in -rtld-parms regdef.h sgidefs.h fpregdef.h diff --git a/sysdeps/mips/mips64/Dist b/sysdeps/mips/mips64/Dist index 4cde3d0e5d..ad6ea0313a 100644 --- a/sysdeps/mips/mips64/Dist +++ b/sysdeps/mips/mips64/Dist @@ -1,2 +1 @@ setjmp_aux.c -rtld-parms diff --git a/sysdeps/mips/mipsel/Dist b/sysdeps/mips/mipsel/Dist deleted file mode 100644 index 98a10ec269..0000000000 --- a/sysdeps/mips/mipsel/Dist +++ /dev/null @@ -1 +0,0 @@ -rtld-parms |