diff options
author | Cary Coutant <ccoutant@google.com> | 2012-04-25 17:50:14 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2012-04-25 17:50:14 +0000 |
commit | 2e30cb575a1d2b1eb8f776356ed59b0722a943d1 (patch) | |
tree | 02dd763a7dbf9f0c8ec7495e53898455aa267a3b /binutils/ChangeLog | |
parent | 50f042b9a109754f3184e5ddde3c3df11985a427 (diff) | |
download | gdb-2e30cb575a1d2b1eb8f776356ed59b0722a943d1.zip gdb-2e30cb575a1d2b1eb8f776356ed59b0722a943d1.tar.gz gdb-2e30cb575a1d2b1eb8f776356ed59b0722a943d1.tar.bz2 |
* doc/binutils.texi: Add -D/--enable-deterministic-archives option
to strip and objcopy.
* objcopy.c (deterministic): New global variable.
(strip_options): Add --enable-deterministic-archives.
(copy_options): Likewise.
(copy_usage): Likewise.
(strip_usage): Likewise.
(copy_archive): When stripping all, don't add archive map; set
deterministic output when requested.
(strip_main): Add -D/--enable-deterministic-archives option.
(copy_main): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7b6c219..01104a1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +2012-04-25 Cary Coutant <ccoutant@google.com> + + * doc/binutils.texi: Add -D/--enable-deterministic-archives option + to strip and objcopy. + * objcopy.c (deterministic): New global variable. + (strip_options): Add --enable-deterministic-archives. + (copy_options): Likewise. + (copy_usage): Likewise. + (strip_usage): Likewise. + (copy_archive): When stripping all, don't add archive map; set + deterministic output when requested. + (strip_main): Add -D/--enable-deterministic-archives option. + (copy_main): Likewise. + 2012-04-12 H.J. Lu <hongjiu.lu@intel.com> PR binutils/13947 |