Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips-gp32-fp32.s
index 61d91406b21ad2b11f449c6a3ec8b477bb4a4fb0..339f26c114ffc7f8893bb59e2143b84b95313abe 100644 (file)
@@ -1,19 +1,17 @@
 
        .sdata
-shared:        .4byte  11
+shared:        .word   11
 
        .data
-       .size   unshared,16
 unshared:
-       .4byte  1
-       .4byte  2
-       .4byte  3
-       .4byte  4
+       .word   1
+       .word   2
+       .word   3
+       .word   4
 
        .text
 func:
        .set noreorder
-       .set mips4
        li      $4, 0x12345678  # 0000 lui      a0,0x1234
                                # 0004 ori      a0,a0,0x5678
        la      $4, shared      # 0008 addiu    a0,gp,shared
@@ -97,3 +95,6 @@ func:
 #      add.d   $f1, $f2, $f3
 
 end:
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+      .space  8
This page took 0.027662 seconds and 4 git commands to generate.