MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips-gp32-fp32-pic.s
index 1603dc1eae3ebb5dd1061a8dce9f495deb306102..d709810b755c715558b8a5029092137bf85e3c4b 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.025344 seconds and 4 git commands to generate.