diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-22 21:19:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-22 21:19:38 +0000 |
commit | 8f4670da40ac584bc2b35cce734839d273211095 (patch) | |
tree | ded9ffd891f67a65892ed3472c28c7abae837d1e /binutils | |
parent | 25b1cdd0f302f6fad4482ef1a1a0a5527be7878b (diff) | |
download | gdb-8f4670da40ac584bc2b35cce734839d273211095.zip gdb-8f4670da40ac584bc2b35cce734839d273211095.tar.gz gdb-8f4670da40ac584bc2b35cce734839d273211095.tar.bz2 |
* objdump.c (disassemble_data): Don't use the old BFD based
disassembler interface. Make info a const pointer.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 53cd85b..9f59928 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 22 17:16:41 1995 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (disassemble_data): Don't use the old BFD based + disassembler interface. Make info a const pointer. + Wed Sep 13 18:33:44 1995 Ian Lance Taylor <ian@cygnus.com> * objdump.c (start_address): New variable. |