diff options
author | Jeff Law <law@redhat.com> | 1996-10-10 20:31:06 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-10-10 20:31:06 +0000 |
commit | ba8ed10c7ede05b040b989d9e6aa8eda3a89e06f (patch) | |
tree | bb1ad372a40eb150640911129de45c6c825c3e1a /opcodes | |
parent | d9f44507701e56005ffd4b49dd78378a40bf6d63 (diff) | |
download | gdb-ba8ed10c7ede05b040b989d9e6aa8eda3a89e06f.zip gdb-ba8ed10c7ede05b040b989d9e6aa8eda3a89e06f.tar.gz gdb-ba8ed10c7ede05b040b989d9e6aa8eda3a89e06f.tar.bz2 |
* mn10300-opc.c (FMT*): Remove definitions.
Moved into opcode/mn10300.h
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 2 | ||||
-rw-r--r-- | opcodes/mn10300-opc.c | 15 |
2 files changed, 2 insertions, 15 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1420c9a..f06da28 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,7 @@ Thu Oct 10 10:25:58 1996 Jeffrey A Law (law@cygnus.com) + * mn10300-opc.c (FMT*): Remove definitions. + * mn10300-opc.c (mn10300_opcodes): Fix destination register for shift-by-register opcodes. diff --git a/opcodes/mn10300-opc.c b/opcodes/mn10300-opc.c index b4fb5c7..5084749 100644 --- a/opcodes/mn10300-opc.c +++ b/opcodes/mn10300-opc.c @@ -18,21 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ansidecl.h" #include "opcode/mn10300.h" -/* Formats. Right now we don't use this. We probably will later for - the size of the instruction and other random stuff. */ -#define FMT_S0 1 -#define FMT_S1 2 -#define FMT_S2 3 -#define FMT_S4 4 -#define FMT_S6 5 -#define FMT_D0 6 -#define FMT_D1 7 -#define FMT_D2 8 -#define FMT_D4 9 -#define FMT_D5 10 - -/* Operands currently used. This is temporary. */ - const struct mn10300_operand mn10300_operands[] = { #define UNUSED 0 |