diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-24 14:06:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-24 14:06:07 +0000 |
commit | f1e2bc6264213b0679d7cad53e7a3118fd64e102 (patch) | |
tree | a14d2fd662f49cfc81317eb01f4bda772888e6be /binutils/ChangeLog | |
parent | 3d85aebe2a3ef941447f4d5cd996fce87da26933 (diff) | |
download | gdb-f1e2bc6264213b0679d7cad53e7a3118fd64e102.zip gdb-f1e2bc6264213b0679d7cad53e7a3118fd64e102.tar.gz gdb-f1e2bc6264213b0679d7cad53e7a3118fd64e102.tar.bz2 |
Do not ignore sections without the LOAD flag when disassemble_all is true.
Only print a message about disassembling a section if it contains some data.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 28fed57..cf176a5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2003-07-24 Nick Clifton <nickc@redhat.com> + * objdump.c (disassemble_data): Do not ignore sections without the + LOAD flag when disassemble_all is true. Only print a message + about disassembling a section if it contains some data. + * po/fr.po: Updated French translation. 2003-07-23 Nick Clifton <nickc@redhat.com> |