Fix typos in previous patch.
[deliverable/binutils-gdb.git] / gas / config / rl78-parse.y
index d2470f0dfdcedf8e78e48fbf560e8b5f545780c7..e9441d5c1cc39e3240f848b4a08db0d750d06dfc 100644 (file)
@@ -507,13 +507,13 @@ statement :
        | MULHU { ISA_G14 ("MULHU"); }
          { B3 (0xce, 0xfb, 0x01); }
 
-       | MULH { ISA_G14 ("MULHU"); }
+       | MULH { ISA_G14 ("MULH"); }
          { B3 (0xce, 0xfb, 0x02); }
 
-       | MULU X { ISA_G14 ("MULHU"); }
+       | MULU X
          { B1 (0xd6); }
 
-       | DIVHU { ISA_G14 ("MULHU"); }
+       | DIVHU { ISA_G14 ("DIVHU"); }
          { B3 (0xce, 0xfb, 0x03); }
 
 /* Note that the DIVWU encoding was changed from [0xce,0xfb,0x04] to
@@ -521,13 +521,13 @@ statement :
    with the same version number, but varying encodings.  The version
    here matches the hardware.  */
 
-       | DIVWU { ISA_G14 ("MULHU"); }
+       | DIVWU { ISA_G14 ("DIVWU"); }
          { B3 (0xce, 0xfb, 0x0b); }
 
-       | MACHU { ISA_G14 ("MULHU"); }
+       | MACHU { ISA_G14 ("MACHU"); }
          { B3 (0xce, 0xfb, 0x05); }
 
-       | MACH { ISA_G14 ("MULHU"); }
+       | MACH { ISA_G14 ("MACH"); }
          { B3 (0xce, 0xfb, 0x06); }
 
 /* ---------------------------------------------------------------------- */
This page took 0.025509 seconds and 4 git commands to generate.