diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 21:12:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 21:12:35 +0000 |
commit | e4192acbca0d9c93e1a28e26e2be10a0924239c6 (patch) | |
tree | cc5d5e084b5cb6cd03d6ea6253591676fa4c1312 | |
parent | 3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b (diff) | |
download | glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.gz glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.bz2 glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.zip |
Update.
* Makefile (distribute): Add INTERFACE and CONFORMANCE.
* elf/Makefile (distribute): Add hp-timing.h.
* sysdeps/i386/i686/Dist: New file.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | elf/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/i386/i686/Dist | 1 |
5 files changed, 9 insertions, 3 deletions
@@ -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>. @@ -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 \ @@ -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 |