diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-24 08:01:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-24 08:01:09 +0000 |
commit | 9c83a5ec79f7b900a26a49962406899b1710d165 (patch) | |
tree | 07fa57a9d14c643e0b67f0fc8f7fe594f00187dc /sysdeps | |
parent | 44c51e9ab074bada216c5fcbc5e48d06ee24b80f (diff) | |
download | glibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar glibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.gz glibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.bz2 glibc-9c83a5ec79f7b900a26a49962406899b1710d165.zip |
Update.
2001-04-24 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/Dist: Add hp-timing.c.
* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h.
* posix/Makefile (distribute): Add tst-getconf.sh.
* po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/ia64/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/Dist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ia64/Dist b/sysdeps/ia64/Dist index 3107562b3f..25df3b9eba 100644 --- a/sysdeps/ia64/Dist +++ b/sysdeps/ia64/Dist @@ -2,5 +2,6 @@ _mcount.S dl-symaddr.c dl-fptr.c elf/entry.h +hp-timing.c ieee754.h softpipe.h diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/Dist b/sysdeps/unix/sysv/linux/sparc/sparc64/Dist index b073b3b215..439ed68592 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/Dist +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/Dist @@ -3,3 +3,4 @@ kernel_stat.h getcontext.S setcontext.S sizes.h +ucontext_i.h |