summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-02-22 09:42:58 +0000
committerNick Clifton <nickc@redhat.com>2008-02-22 09:42:58 +0000
commitc515c50e987b7232e359854a62dae73f9d2d1580 (patch)
treecab163159c536adf6a1b879e58cddc5ec70d0d52 /binutils/NEWS
parent37a127348152e06550ff94621e73c2d64a024d5d (diff)
downloadbinutils-redhat-c515c50e987b7232e359854a62dae73f9d2d1580.tar.gz
* objdump.c (display_file_offsets): New variable.
(long_options): Add -F/--file-offsets. (objdump_print_addr_with_sym): If displaying file offsets, print the offset of the given address. (disassemble_bytes): If displaying file offsets, tell the user how many zeroes are skipped and the file offset of the point where dumping resumes. (disassemble_section): Only display the name of the section if data is going to be dumped from it. (main): Handle new option. Produce error messages if the start or stop addresses do not make sense. * doc/binutils.texi: Document the new feature. * NEWS: Mention the new feature.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 5171e55898..a4d2433281 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,4 +1,6 @@
-*- text -*-
+* Added -F switch to objdump to include file offsets in the disassembly.
+
* Added -c switch to readelf to allow string dumps of archive symbol index.
* Support for SSE5 has been added to the i386 port.
@@ -6,6 +8,7 @@
* Added -p switch to readelf to allow string dumps of sections.
Changes in 2.18:
+
* Resolved 37 coding problems in bfd including static array overruns, null
pointer dereferences and use of a malloc buffer after it has been freed, as
revealed by static analysis donated by Coverity, Inc. (http://scan.coverity.com).