about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile1
-rw-r--r--README4
-rw-r--r--elf/Makefile2
-rw-r--r--sysdeps/i386/i686/Dist1
5 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 231f06200b..07a58c3f9c 100644
--- 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>.
 
diff --git a/Makefile b/Makefile
index ff7f09ddbb..948ad92baa 100644
--- 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 c56478b33a..25d85be6c0 100644
--- 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
diff --git a/elf/Makefile b/elf/Makefile
index b563e93899..81aa217e3d 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -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
index 0000000000..dbf11d5009
--- /dev/null
+++ b/sysdeps/i386/i686/Dist
@@ -0,0 +1 @@
+hp-timing.c