diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-02-12 13:38:57 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-02-12 13:42:48 -0800 |
commit | bf89365cd37055787057af9c296f6ba56c4a7574 (patch) | |
tree | 9d994c3e4df1d11d1e9ec014e09976565a543177 /binutils/ChangeLog | |
parent | 1dab972d797c060e17229c2e10da01852ba82629 (diff) | |
download | binutils-gdb-bf89365cd37055787057af9c296f6ba56c4a7574.tar.gz |
Fix a typo in objcopy manual
For objcopy, --compress-debug-sections=none is the same as
--decompress-debug-sections, not --nocompress-debug-sections.
Backport from master
* doc/binutils.texi: Fix a typo.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index dd952230c28..0f11a7333a3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2016-02-12 H.J. Lu <hongjiu.lu@intel.com> + + Backport from master + 2016-02-12 H.J. Lu <hongjiu.lu@intel.com> + + * doc/binutils.texi: Fix a typo. + 2016-01-25 Tristan Gingold <gingold@adacore.com> * configure: Regenerate. |