]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Sep 1998 15:31:42 +0000 (15:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Sep 1998 15:31:42 +0000 (15:31 +0000)
ChangeLog
FAQ

index 366078823a9279f987343faf54703d9bdf84022d..4527fa4c213287dc9c1e97c0853f1f5c8b6c4273 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
+
+       * resolv/res_init.c (res_init): Handle resolv.conf file with only
+       one nameserver correctly.  Patch by HJ Lu.
+
+1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
+
+       * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
+       invalid password.
+
 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
 
        * stdlib/random_r.c (__setstate_r): Allow call with same state
diff --git a/FAQ b/FAQ
index b508eb5c8827a8eb607d6080448fc2393151220c..019af77c2f3d87f00ad0847c6d37cd07b7c865bd 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -444,11 +444,14 @@ libc binaries from the US.
 unless the user specifies a -dynamic-linker argument.  This is the
 name of the libc5 dynamic linker, which does not work with glibc.
 
-For casual use of GNU libc you can just specify
-    -dynamic-linker=/lib/ld-linux.so.2
+For casual use of GNU libc you can just specify to the linker
+    --dynamic-linker=/lib/ld-linux.so.2
 
 which is the glibc dynamic linker, on Linux systems.  On other systems
-the name is /lib/ld.so.1.
+name is /lib/ld.so.1.  When linking via gcc, you've got to add
+    -Wl,--dynamic-linker=/lib/ld-linux.so.2
+
+to the gcc command line.
 
 To change your environment to use GNU libc for compiling you need to
 change the `specs' file of your gcc.  This file is normally found at