diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-06-23 11:18:26 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-06-23 11:18:26 +0000 |
commit | cc16ba8c4f38b9e161a6f7568223bf0a3faa0256 (patch) | |
tree | 6499a7b00903ba7f3e451339f014c5b464fb12f1 /opcodes/m68k-opc.c | |
parent | 4247cafddf8c48cc8dced916f0ee045356afeb08 (diff) | |
download | binutils-gdb-cc16ba8c4f38b9e161a6f7568223bf0a3faa0256.tar.gz |
* m68k-dis.c: Use ISC C90.
* m68k-opc.c: Formatting fixes.
Diffstat (limited to 'opcodes/m68k-opc.c')
-rw-r--r-- | opcodes/m68k-opc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 44193bfa24a..b5e6c3f584b 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -1,6 +1,6 @@ /* Opcode table for m680[012346]0/m6888[12]/m68851/mcf5200. Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2003, 2004 + 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GDB, GAS, and the GNU binutils. @@ -94,11 +94,11 @@ const struct m68k_opcode m68k_opcodes[] = {"andl", 6, one(0001200), one(0177700), "#lDs", mcfisa_a }, {"andl", 2, one(0140200), one(0170700), ";lDd", m68000up | mcfisa_a }, {"andl", 2, one(0140600), one(0170700), "Dd~l", m68000up | mcfisa_a }, -{"and", 4, one(0001100), one(0177700), "#w$w", m68000up }, -{"and", 4, one(0001074), one(0177777), "#bCs", m68000up }, -{"and", 4, one(0001174), one(0177777), "#wSs", m68000up }, -{"and", 2, one(0140100), one(0170700), ";wDd", m68000up }, -{"and", 2, one(0140500), one(0170700), "Dd~w", m68000up }, +{"and", 4, one(0001100), one(0177700), "#w$w", m68000up }, +{"and", 4, one(0001074), one(0177777), "#bCs", m68000up }, +{"and", 4, one(0001174), one(0177777), "#wSs", m68000up }, +{"and", 2, one(0140100), one(0170700), ";wDd", m68000up }, +{"and", 2, one(0140500), one(0170700), "Dd~w", m68000up }, {"aslb", 2, one(0160400), one(0170770), "QdDs", m68000up }, {"aslb", 2, one(0160440), one(0170770), "DdDs", m68000up }, |