]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commit
binutils/
authorRoland McGrath <roland@gnu.org>
Mon, 7 Jan 2013 17:42:43 +0000 (17:42 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 7 Jan 2013 17:42:43 +0000 (17:42 +0000)
commitd0d504e3b2d81c1bc25955911a053c7cde3dde89
tree06bd2abfb6db311c75b2af0cea6a9110ce1a0bd6
parent947a175469c5d642796d9d897b5d3db566bfc963
binutils/
* objcopy.c (deterministic): Make int rather than bfd_boolean,
initialize to -1.
(strip_options, copy_options): Add -U/--disable-deterministic-archives.
(default_deterministic): New function.
(strip_main, copy_main): Handle -U.  Call default_deterministic.
(copy_usage, strip_usage): Describe -U.  Cite whether -D or -U is
the default based on DEFAULT_AR_DETERMINISTIC.
* doc/binutils.texi (objcopy, strip): Describe -U and effect of
configure options on -D.

* ar.c (default_deterministic): Comment fix.
binutils/ChangeLog
binutils/ar.c
binutils/doc/binutils.texi
binutils/objcopy.c