2001-06-15 Aldy Hernandez <aldyh@redhat.com>
authorAldy Hernandez <aldyh@redhat.com>
Sat, 16 Jun 2001 16:00:46 +0000 (16:00 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Sat, 16 Jun 2001 16:00:46 +0000 (16:00 +0000)
* m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.

opcodes/ChangeLog
opcodes/m10300-opc.c

index 3839166469e5b7e9425aa6c6f8ba22521e0883c2..b6d3b1a71d8f9a331e4051848592e49602b53ec5 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-15  Aldy Hernandez  <aldyh@redhat.com>
+
+       * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
+
 2001-06-14  Geoffrey Keating  <geoffk@redhat.com>
 
        * cgen-asm.c (cgen_parse_keyword): When looking for the
index 409c785c707f328d8084414fdaac9295c35f9c20..84014e127c8d2c46a67d549db6e3950a0c74b891 100644 (file)
@@ -717,7 +717,7 @@ const struct mn10300_opcode mn10300_opcodes[] = {
 { "sub",       0xfd980000,  0xffff0000,  0,    FMT_D8, AM33,   {SIMM24, RN02}},
 { "sub",       0xfe980000,  0xffff0000,  0,    FMT_D9, AM33,   {IMM32_HIGH8, RN02}},
 
-{ "subc",      0xfa8c0000,  0xffff000f,  0,    FMT_D7, AM33,   {RM2, RN0, RD2}},
+{ "subc",      0xfbac0000,  0xffff000f,  0,    FMT_D7, AM33,   {RM2, RN0, RD2}},
 { "subc",      0xf180,      0xfff0,      0,    FMT_D0, 0,      {DM1, DN0}},
 { "subc",      0xf9a800,    0xffff00,    0,    FMT_D6, AM33,   {RM2, RN0}},
 { "subc",      0xfba80000,  0xffff0000,  0,    FMT_D7, AM33,   {SIMM8, RN02}},
This page took 0.025492 seconds and 4 git commands to generate.