aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-07-20 13:40:48 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-07-20 13:40:48 +0000
commit3dcb3fcb147d19fa7d068131f47e58390c5a00a5 (patch)
treeece8548a32dcd6fea9094bc539c90bc9e0ff5bba /binutils/NEWS
parent7769efb28e4e1ee2683a710b9d1e481ad47fd72d (diff)
downloadgdb-3dcb3fcb147d19fa7d068131f47e58390c5a00a5.zip
gdb-3dcb3fcb147d19fa7d068131f47e58390c5a00a5.tar.gz
gdb-3dcb3fcb147d19fa7d068131f47e58390c5a00a5.tar.bz2
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 2edef3c..b3fd137 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.