aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-02-08 18:38:13 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-02-08 18:38:13 +0000
commitf15632584b5f2c0355fcc0f354da079b240aedf2 (patch)
treefb68f5bfafca1216514941397635a6238aebd08b /binutils/NEWS
parentf2c4d933e69aa357518329d9dd3641fb5d05e28c (diff)
downloadbinutils-f15632584b5f2c0355fcc0f354da079b240aedf2.zip
binutils-f15632584b5f2c0355fcc0f354da079b240aedf2.tar.gz
binutils-f15632584b5f2c0355fcc0f354da079b240aedf2.tar.bz2
Fix bug in interlisting option, added --file-start-context option.
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 eb27ad5..8d24ccd 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -2,6 +2,10 @@
Changes in binutils 2.10:
+* New command line switch to objdump --file-start-context which shows the
+ entire file contents up to the source line first encountered for a given
+ file.
+
* New command line switch to objdump -M (or --disassembler-options) which takes
a parameter which can then be interpreted on a per-target basis by the
disassembler. Used by ARM targets to select register name sets, ISA, APCS or