diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-22 09:42:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-22 09:42:58 +0000 |
commit | 98ec6e726638cb708f0e818c747883fd840b8d1b (patch) | |
tree | 152c644938eea560f167576d4efa5edc07a4a157 /binutils/ChangeLog | |
parent | f736769e93726370a5158d22b8e421b6d0374153 (diff) | |
download | gdb-98ec6e726638cb708f0e818c747883fd840b8d1b.zip gdb-98ec6e726638cb708f0e818c747883fd840b8d1b.tar.gz gdb-98ec6e726638cb708f0e818c747883fd840b8d1b.tar.bz2 |
* 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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8734179..d0333bb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +2008-02-22 Nick Clifton <nickc@redhat.com> + + * 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. + 2008-02-15 Chu Li <chul@cn.fujitsu.com> Nick Clifton <nickc@redhat.com> |