diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-16 18:31:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-16 18:31:32 +0000 |
commit | 2896b008850e26d9fc14d47d182de23f9192046c (patch) | |
tree | 68ddb2a1df2eaf25b1bee350970fe10675679d5e /opcodes | |
parent | 0a185c48992f59f1be296cb46c50dd3e6eb16b33 (diff) | |
download | fsf-binutils-gdb-2896b008850e26d9fc14d47d182de23f9192046c.zip fsf-binutils-gdb-2896b008850e26d9fc14d47d182de23f9192046c.tar.gz fsf-binutils-gdb-2896b008850e26d9fc14d47d182de23f9192046c.tar.bz2 |
* m68k-dis.c (print_insn_arg): Print case 7.2 using %pc@()
syntax. From Roman Hodek
<rnhodek@faui22c.informatik.uni-erlangen.de>.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3dbc4c5..2dd51d3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ Mon Jun 16 14:13:18 1997 Ian Lance Taylor <ian@cygnus.com> + * m68k-dis.c (print_insn_arg): Print case 7.2 using %pc@() + syntax. From Roman Hodek + <rnhodek@faui22c.informatik.uni-erlangen.de>. + * i386-dis.c (twobyte_has_modrm): Fix pand. Mon Jun 16 14:08:38 1997 Michael Taylor <mbt@mit.edu> |