MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips-abi32-pic.s
index c727607ab56f51ee10b3f3e8b3e9cacd963d6012..2b05a8ebea860a64be669e76543f06c014b25b68 100644 (file)
@@ -1,19 +1,18 @@
 
        .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
        .ent    func
 func:
-       .set mips4
+       .frame $sp,0,$31
        .set noreorder
        .cpload $25             # 0000 lui      gp,hi(_gp_disp)
                                # 0004 addiu    gp,gp,lo(_gp_disp)
This page took 0.025318 seconds and 4 git commands to generate.