* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10300 / bit.s
old mode 100755 (executable)
new mode 100644 (file)
index d5a9551..f5c5519
@@ -1,12 +1,12 @@
        .text
-       btst 64,$d1
-       btst 8192,$d2
-       btst 131071,$d3
-       btst 64,(8,$a1)
+       btst 64,d1
+       btst 8192,d2
+       btst 131071,d3
+       btst 64,(8,a1)
        btst 64,(131071)
-       bset $d1,($a2)
-       bset 64,(8,$a1)
+       bset d1,(a2)
+       bset 64,(8,a1)
        bset 64,(131071)
-       bclr $d1,($a2)
-       bclr 64,(8,$a1)
+       bclr d1,(a2)
+       bclr 64,(8,a1)
        bclr 64,(131071)
This page took 0.023505 seconds and 4 git commands to generate.