diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-01 00:02:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-01 00:02:52 +0000 |
commit | dded3d1406eb0dc15b7d4454b704a5cb8d9bbe29 (patch) | |
tree | 2f0cda5ff2c1c00d5108518eac82af81a6317b1a /opcodes | |
parent | da6c4a8b3ce358e920caa22844580c312e1e79e7 (diff) | |
download | fsf-binutils-gdb-dded3d1406eb0dc15b7d4454b704a5cb8d9bbe29.zip fsf-binutils-gdb-dded3d1406eb0dc15b7d4454b704a5cb8d9bbe29.tar.gz fsf-binutils-gdb-dded3d1406eb0dc15b7d4454b704a5cb8d9bbe29.tar.bz2 |
* hppa-dis.c (print_insn_hppa): Read the instruction using
bfd_getb32, so that it works on a little endian or 64 bit host.
Remove unused local variable op.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3ee0b79..719bc68 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 31 18:48:10 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * hppa-dis.c (print_insn_hppa): Read the instruction using + bfd_getb32, so that it works on a little endian or 64 bit host. + Remove unused local variable op. + Tue Oct 25 17:07:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * mips-opc.c: Use or instead of addu for pseudo-op move, since |