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 /Makefile | |
parent | 1e2fb683cea0665f02b4aee58ac7ae2be4270b0a (diff) | |
download | glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.gz glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.bz2 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 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -273,6 +273,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ test-skeleton.c include/des.h include/libc-internal.h \ include/shlib-compat.h include/pthread.h Versions.def \ cppflags-iterator.mk tls.make.c \ + include/stubs-prologue.h include/gnu/stubs.h \ INTERFACE CONFORMANCE NAMESPACE LICENSES \ $(addprefix scripts/, \ rellns-sh config.sub config.guess \ @@ -280,7 +281,8 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ test-installation.pl gen-FAQ.pl versions.awk\ gen-sorted.awk abi-versions.awk abilist.awk \ firstversions.awk documented.sh cpp \ - output-format.sed gen-as-const.awk) + output-format.sed gen-as-const.awk \ + merge-abilist.awk extract-abilist.awk) distribute := $(strip $(distribute)) generated := $(generated) stubs.h |