about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-22 18:11:01 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-22 18:11:01 +0000
commit8522a053940d49e11cbb1a839b4e9ae62f9fad4a (patch)
treeeffa941d2cdedeb41a57b5aed99671c1a688b3d9
parent15a493c3b7ca29256bab871018a51673c26471ba (diff)
downloadglibc-8522a053940d49e11cbb1a839b4e9ae62f9fad4a.tar.gz
glibc-8522a053940d49e11cbb1a839b4e9ae62f9fad4a.tar.xz
glibc-8522a053940d49e11cbb1a839b4e9ae62f9fad4a.zip
[BZ #1908]
2005-11-22  Ulrich Drepper  <drepper@redhat.com>
	[BZ #1908]
	* manual/install.texi (Tools for Compilation): Require gawk.

2005-11-22  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
	unused is_static field from slotinfo array.
-rw-r--r--ChangeLog10
-rw-r--r--manual/install.texi7
2 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 05e2d6c75c..b27df1736f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-11-22  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #1908]
+	* manual/install.texi (Tools for Compilation): Require gawk.
+
+2005-11-22  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
+	unused is_static field from slotinfo array.
+
 2005-11-21  Jakub Jelinek  <jakub@redhat.com>
 
 	* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport
diff --git a/manual/install.texi b/manual/install.texi
index dee5c9b6b6..b538f77fb2 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -357,11 +357,10 @@ understand all the tags used in the document, and the installation
 mechanism for the info files is not present or works differently.
 
 @item
-GNU @code{awk} 3.0, or some other POSIX awk
+GNU @code{awk} 3.0, or higher
 
-@code{Awk} is used in several places to generate files.  The scripts
-should work with any POSIX-compliant @code{awk} implementation;
-@code{gawk} 3.0 and @code{mawk} 1.3 are known to work.
+@code{Awk} is used in several places to generate files.
+@code{gawk} 3.0 is known to work.
 
 @item
 Perl 5