diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 07:07:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 07:07:52 +0000 |
commit | ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c (patch) | |
tree | 068aea0b4c68ad1491ca11f2f49bc6b885c61639 /sysdeps/unix | |
parent | 1e2fb683cea0665f02b4aee58ac7ae2be4270b0a (diff) | |
download | glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.gz glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.xz glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.zip |
Update.
2003-02-20 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.3.2. * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp, tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c, and dl-sysdep.h. * sysdeps/generic/Dist: Add sysdep-cancel.h. * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h. * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S. * sysdeps/unix/sysv/linux/Dist: Add pathconf.h. * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and ucontext_i.h. * Makefile (distribute): Add include/stubs-prologue.h, include/gnu/stubs.h, scripts/merge-abilist.awk, and scripts/extract-abilist.awk. 2002-02-20 Paolo Bonzini <bonzini@gnu.org>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/Dist b/sysdeps/unix/Dist index 8aec6989e6..b3c3880a79 100644 --- a/sysdeps/unix/Dist +++ b/sysdeps/unix/Dist @@ -10,3 +10,5 @@ make-syscalls.sh i386/dl-brk.S mips/dl-brk.S sparc/dl-brk.S +s-proto-bp.S +s-proto-cancel.S diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index ed8836dae6..b5b91c2059 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -45,6 +45,7 @@ netipx/ipx.h netrom/netrom.h netrose/rose.h nfs/nfs.h +pathconf.h rt_sigaction.c rt_sigpending.c rt_sigprocmask.c diff --git a/sysdeps/unix/sysv/linux/i386/Dist b/sysdeps/unix/sysv/linux/i386/Dist index 3c8ba2d6cd..70253ac9e8 100644 --- a/sysdeps/unix/sysv/linux/i386/Dist +++ b/sysdeps/unix/sysv/linux/i386/Dist @@ -1,3 +1,4 @@ +bp-thunks.h clone.S olddirent.h oldgetrlimit64.c diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist index 381f878080..6085928f34 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist @@ -1,2 +1,4 @@ clone.S +fe_nomask.c kernel_stat.h +ucontext_i.h |