summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-07-20 13:40:48 +0000
committerH.J. Lu <hjl@lucon.org>2009-07-20 13:40:48 +0000
commitc577b25a5686e3fbbdf699cbe49fc9919b47213a (patch)
tree69b6bcdf902b6a2313de9160d29fcf2f753aa2c4 /binutils/NEWS
parente14df8b16e8727a19b1e60bfd5c6cf0436ecf617 (diff)
downloadbinutils-redhat-c577b25a5686e3fbbdf699cbe49fc9919b47213a.tar.gz
2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention --insn-width. * objdump.c (insn_width): New. (usage): Display --insn-width. (option_values): Add OPTION_INSN_WIDTH. (long_options): Add --insn-width. (disassemble_bytes): Handle insn_width. (main): Handle OPTION_INSN_WIDTH. * doc/binutils.texi: Document --insn-width.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 2edef3c25c..b3fd13774f 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,4 +1,8 @@
-*- text -*-
+* Add a new command line option, --insn-width=WIDTH, to objdump to specify
+number of bytes to be displayed on a single line when disassembling
+instructions.
+
* Readelf can now display the relocated contents of a section as a sequence
of bytes via the --relocated-dump=<name|number> command line option.