Allow self-assignment for absolute symbols defined in a linker script
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / size-2.s
index eba3224c6fcaee99835f5f9b1ca04425304a0c6f..6b10250e8899f2b2e4bd1a65e3f2768d719c3b98 100644 (file)
@@ -1,9 +1,8 @@
-       .section .text,"ax",@progbits
+       .text
        .long 1,2
 
-       # thread local storage sections
-       .section .tdata,"awT",@progbits
+       .section .tdata
        .long 6,7,8,9,10
        
-       .section .tbss,"awT",@nobits
+       .section .tbss
        .long 0,0,0,0,0,0
This page took 0.023506 seconds and 4 git commands to generate.