aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-04-08 05:04:13 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-04-08 05:04:13 -0700
commitbfcf0ccd0131621213c5d6f2908cd703a90176f7 (patch)
treec768c9acd0d69c6c9b7f483d91705c277c27855c /binutils/ChangeLog
parentc58212eaf957ef39484ed71316074fd8366e9c4a (diff)
downloadgdb-bfcf0ccd0131621213c5d6f2908cd703a90176f7.zip
gdb-bfcf0ccd0131621213c5d6f2908cd703a90176f7.tar.gz
gdb-bfcf0ccd0131621213c5d6f2908cd703a90176f7.tar.bz2
Display --interleave[=<number>]
Optional argument of a command line option must start with "=". * objcopy.c (copy_usage): Replace "--interleave [<number>]" with --interleave[=<number>].
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 230a58d..bbc00b9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * objcopy.c (copy_usage): Replace "--interleave [<number>]" with
+ --interleave[=<number>].
+
2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (get_elf_section_flags): Support SHF_COMPRESSED.