ELF: Add support for unique section ID to assembler
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / tls-gd1.S
index 3b16eab6aa2c74a1e2379db706fc909822c59eb1..cf5c913560c0fb42394eb6a6e2d05bfe516747d0 100644 (file)
@@ -47,15 +47,14 @@ test_gd:
        movzbl  %al, %eax
        ret
        .size   test_gd, .-test_gd
-       .section        .text.unlikely
-       .section        .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat
+       .section .text,"axG",@progbits,__x86.get_pc_thunk.bx,comdat,unique,1
        .globl  __x86.get_pc_thunk.bx
        .hidden __x86.get_pc_thunk.bx
        .type   __x86.get_pc_thunk.bx, @function
 __x86.get_pc_thunk.bx:
        movl    (%esp), %ebx
        ret
-       .section        .text.__x86.get_pc_thunk.cx,"axG",@progbits,__x86.get_pc_thunk.cx,comdat
+       .section .text,"axG",@progbits,__x86.get_pc_thunk.cx,comdat,unique,2
        .globl  __x86.get_pc_thunk.cx
        .hidden __x86.get_pc_thunk.cx
        .type   __x86.get_pc_thunk.cx, @function
This page took 0.02335 seconds and 4 git commands to generate.