diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-18 17:16:59 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-18 17:16:59 +0000 |
commit | ea58412531563145414cc6f028046d74f9037a58 (patch) | |
tree | 664ee5255abd0685344c4aad0e2da57a3b5617b5 /binutils/ChangeLog | |
parent | 784f35f92cdd5533e5c3c4cc977954411a34feb7 (diff) | |
download | gdb-ea58412531563145414cc6f028046d74f9037a58.zip gdb-ea58412531563145414cc6f028046d74f9037a58.tar.gz gdb-ea58412531563145414cc6f028046d74f9037a58.tar.bz2 |
Fix bug disassmbling binary files for non-octet byte targets.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b7e2e50..8621445 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2000-04-17 Timothy Wall <twall@cygnus.com> + + * objdump.c (disassemble_data): Set octets per byte *after* + resolving arch/mach for binary files. + 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG> * arlex.l: Add directives to increase lex buffer size. |