summaryrefslogtreecommitdiffstats
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-23 14:20:34 +0000
committerNick Clifton <nickc@redhat.com>2013-08-23 14:20:34 +0000
commite956b7d3bdf4aaacb83889e641c7f17b4b702862 (patch)
treee422ca2d6a5b5d1444ba4a9394e8eea59157fc3f /binutils
parentfb6f389526a8e5c282dbf144ccdbe4cc2fc6707d (diff)
downloadppe42-binutils-e956b7d3bdf4aaacb83889e641c7f17b4b702862.tar.gz
ppe42-binutils-e956b7d3bdf4aaacb83889e641c7f17b4b702862.zip
PR binutils/15779
* doc/binutils.texi (ranlib -D): Correct description.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/doc/binutils.texi12
2 files changed, 13 insertions, 4 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 48b66f0405..67b58b783f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-23 Mikael Pettersson <mikpe@it.uu.se>
+
+ PR binutils/15779
+ * doc/binutils.texi (ranlib -D): Correct description.
+
2013-08-23 Nick Clifton <nickc@redhat.com>
PR binutils/15798
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index da110c5d4a..6176c82175 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -2477,8 +2477,10 @@ Operate in @emph{deterministic} mode. The symbol map archive member's
header will show zero for the UID, GID, and timestamp. When this
option is used, multiple runs will produce identical output files.
-This is the default unless @file{binutils} was configured with
-@option{--enable-deterministic-archives}.
+If @file{binutils} was configured with
+@option{--enable-deterministic-archives}, then this mode is on by
+default. It can be disabled with the @samp{-U} option, described
+below.
@item -t
Update the timestamp of the symbol map of an archive.
@@ -2490,8 +2492,10 @@ Do @emph{not} operate in @emph{deterministic} mode. This is the
inverse of the @samp{-D} option, above: the archive index will get
actual UID, GID, timestamp, and file mode values.
-This is the default unless @file{binutils} was configured with
-@option{--enable-deterministic-archives}.
+If @file{binutils} was configured @emph{without}
+@option{--enable-deterministic-archives}, then this mode is on by
+default.
+
@end table
@c man end
OpenPOWER on IntegriCloud