diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 07:37:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 07:37:31 +0000 |
commit | dabb1db4d1efee735ac5b402f78e6cbf81097dbe (patch) | |
tree | b6f9e53f73c625d7a3c80e05cf164c88400b55f3 /sysdeps | |
parent | b41486e9c95dacc347871338f4006355f83f4cff (diff) | |
download | glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.tar.gz glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.tar.xz glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.zip |
Update.
* sysdeps/alpha/Dist: Add alphaev6/stxncpy.S and alphaev6/stxcpy.S. * sysdeps/unix/sysv/aix/Dist: Add uitrunc.c, savef.S, and restf.S. * dlfcn/Makefile (distribute): Add errmsg1mod.c. * Makefile (distribute): Add include/libc-internal.h. * libio/Makefile (distribute): Avoid overwriting.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/alpha/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/aix/Dist | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/alpha/Dist b/sysdeps/alpha/Dist index 034f0b03d2..7cf49111e4 100644 --- a/sysdeps/alpha/Dist +++ b/sysdeps/alpha/Dist @@ -7,3 +7,5 @@ _mcount.S stxcpy.S stxncpy.S fpu/fenv_libc.h +alphaev6/stxncpy.S +alphaev6/stxcpy.S diff --git a/sysdeps/unix/sysv/aix/Dist b/sysdeps/unix/sysv/aix/Dist index 9db1d7446d..bce7330830 100644 --- a/sysdeps/unix/sysv/aix/Dist +++ b/sysdeps/unix/sysv/aix/Dist @@ -4,3 +4,6 @@ dl-close.c kernel_proto.h bits/utmpx.h gnu/lib-names.h +uitrunc.c +savef.S +restf.S |