PR binutils/15779

* doc/binutils.texi (ranlib -D): Correct description.
This commit is contained in:
Nick Clifton 2013-08-23 14:20:34 +00:00
parent fb6f389526
commit e956b7d3bd
2 changed files with 13 additions and 4 deletions

View File

@ -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

View File

@ -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