diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-21 20:05:50 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-21 20:05:50 +0000 |
commit | 8a080f40d83e12be3af8a5cbfb1f6a2f65bc9981 (patch) | |
tree | 3c206c61897359b4ce667a1f8ea4c8e2c1f73ce1 /shlib-versions | |
parent | 8de8ca1b9429b95aab124e2351d0c45fcf2a369e (diff) |
*** empty log message ***
Sat Sep 21 14:59:22 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* shlib-versions (*-*-gnu*): Increment libc to 0.2 for upcoming
binary distribution.
* sysdeps/mach/hurd/Makefile (rtld-installed-name): Provide
definition to override dangerous one in Makeconfig.
* hurd/Makefile (install-headers-nosubdir): Install <rpc/netdb.h>.
($(includedir)/rpc/netdb.h): New rule.
[ This is XXX until sunrpc can be built; <rpc/netdb.h> is
essential. ]
Fri Sep 20 16:06:06 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* sysdeps/mach/hurd/i386/init-first.c (_dl_start): Add definition,
to guarantee link errors if this is included in ld.so.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shlib-versions b/shlib-versions index 4699b1f7d1..d592ab8ad8 100644 --- a/shlib-versions +++ b/shlib-versions @@ -24,8 +24,8 @@ alpha-*-linux* libc=6 # libhurduser.so.0.0 corresponds to hurd/*.defs as of 7 May 1996. *-*-gnu* libhurduser=0.0 -# libc.so.0.0 is for the Hurd alpha release 0.0. -*-*-gnu* libc=0.0 +# libc.so.0.2 is for the Hurd alpha release 0.2. +*-*-gnu* libc=0.2 # The -ldl interface (see <dlfcn.h>) is the same on all platforms. *-*-* libdl=2 |