testsuite/ld-cris various files: Run ld with --hash-style=sysv.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-tprelm.s
index 7d03ddd026c12fe94dfad1c314bc20f51e7e52dc..93fd671311c3b4d1a5c1bb4366f524be2b53e136 100644 (file)
@@ -12,15 +12,15 @@ tlsfntprelm:
 .Lfe:
        .size   tlsfntprelm,.Lfe-tlsfntprelm
 
-       .globl z
        .section        .tdata,"awT",@progbits
        .p2align 2
-       .type   z,@object
-       .size   z,r
-z:
-       .fill   r,1,42
-
        .type   x,@object
        .size   x,1
 x:
        .byte 42
+
+       .globl z
+       .type   z,@object
+       .size   z,r
+z:
+       .fill   r,1,42
This page took 0.024114 seconds and 4 git commands to generate.