* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
[external/binutils.git] / gas / testsuite / gas / mn10300 / muldiv.s
old mode 100755 (executable)
new mode 100644 (file)
index 5789bd8..3f11e5d
@@ -1,5 +1,5 @@
        .text
-       mul $d1,$d2
-       mulu $d2,$d3
-       div $d3,$d3
-       divu $d3,$d2
+       mul d1,d2
+       mulu d2,d3
+       div d3,d3
+       divu d3,d2