diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-26 08:44:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-26 08:44:10 +0000 |
commit | 3276085244458aabe070c7975b052af343d7f59c (patch) | |
tree | 4ebbb775fc2241120b25bd1b601f51f19099631c /binutils/ChangeLog | |
parent | 625af618e73144b15dcb1ff188ce91439ec4bd5b (diff) | |
download | gdb-3276085244458aabe070c7975b052af343d7f59c.zip gdb-3276085244458aabe070c7975b052af343d7f59c.tar.gz gdb-3276085244458aabe070c7975b052af343d7f59c.tar.bz2 |
* objdump.c (objdump_print_addr): If displaying file offsets, show
the offset even if there are no symbols available.
(dump_section): Display nothing if none of the section is going to
be dumped. Display the file offset, if requested, of the location
from where the dump starts.
* doc/binutils.texi (objdump): Mention that dumping via the -s
switch is also affected by the -F option.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 20e9e4e..63e104b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,15 @@ 2008-02-26 Nick Clifton <nickc@redhat.com> + * objdump.c (objdump_print_addr): If displaying file offsets, show + the offset even if there are no symbols available. + (dump_section): Display nothing if none of the section is going to + be dumped. Display the file offset, if requested, of the location + from where the dump starts. + * doc/binutils.texi (objdump): Mention that dumping via the -s + switch is also affected by the -F option. + +2008-02-26 Nick Clifton <nickc@redhat.com> + Re-apply this patch which was accidentally deleted: 2006-05-16 Carlos O'Donell <carlos@codesourcery.com> |