diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 18:38:13 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 18:38:13 +0000 |
commit | f15632584b5f2c0355fcc0f354da079b240aedf2 (patch) | |
tree | fb68f5bfafca1216514941397635a6238aebd08b /binutils/NEWS | |
parent | f2c4d933e69aa357518329d9dd3641fb5d05e28c (diff) | |
download | binutils-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/NEWS | 4 |
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 |