Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Dec 1998 21:12:35 +0000 (21:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Dec 1998 21:12:35 +0000 (21:12 +0000)
* Makefile (distribute): Add INTERFACE and CONFORMANCE.
* elf/Makefile (distribute): Add hp-timing.h.
* sysdeps/i386/i686/Dist: New file.

ChangeLog
Makefile
README
elf/Makefile
sysdeps/i386/i686/Dist [new file with mode: 0644]

index 231f062..07a58c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
        * version.h (VERSION): Bump to 2.0.109.
 
+       * Makefile (distribute): Add INTERFACE and CONFORMANCE.
+       * elf/Makefile (distribute): Add hp-timing.h.
+       * sysdeps/i386/i686/Dist: New file.
+
        * mach/Versions: Add mach_msg_send and mach_msg_receive.
        Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
 
index ff7f09d..948ad92 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -250,6 +250,7 @@ distribute  :=      README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS   \
                version.h shlib-versions rpm/Makefile rpm/template      \
                rpm/rpmrc glibcbug.in abi-tags stub-tag.h               \
                test-skeleton.c include/des.h Versions.def              \
+               INTERFACE CONFORMANCE                                   \
                $(addprefix scripts/,                                   \
                            rellns-sh config.sub config.guess           \
                            mkinstalldirs move-if-change install-sh     \
diff --git a/README b/README
index c56478b..25d85be 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory contains the version 2.0.108 test release of the GNU C Library.
+This directory contains the version 2.0.109 test release of the GNU C Library.
 Many bugs have been fixed since the last release.
 Some bugs surely remain.
 
@@ -53,7 +53,7 @@ provides the Unix `crypt' function, plus some other entry points.
 Because of the United States export restriction on DES implementations,
 we are distributing this code separately from the rest of the C
 library.  There is an extra distribution tar file just for crypt; it is
-called `glibc-crypt-2.0.108.tar.gz'.  You can just unpack the crypt
+called `glibc-crypt-2.0.109.tar.gz'.  You can just unpack the crypt
 distribution along with the rest of the C library and build; you can
 also build the library without getting crypt.  Users outside the USA
 can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no
index b563e93..81aa217 100644 (file)
@@ -38,7 +38,7 @@ rtld-routines := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
 distribute     = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
                  dl-hash.h soinit.c sofini.c ldd.bash.in eval.c \
                  genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
-                 dl-librecon.h interp.c sln.c dl-origin.h
+                 dl-librecon.h interp.c sln.c dl-origin.h hp-timing.h
 
 include ../Makeconfig
 
diff --git a/sysdeps/i386/i686/Dist b/sysdeps/i386/i686/Dist
new file mode 100644 (file)
index 0000000..dbf11d5
--- /dev/null
@@ -0,0 +1 @@
+hp-timing.c