ld: Issue an error for GC on __patchable_function_entries section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / tdata3.s
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6 main:
7 start:
8 _start:
9 __start:
10 .byte 0
11
12 .section .tdata,"awT",%progbits
13 .type tdata,%object
14 .size tdata,1
15 tdata:
16 .byte 17
17
18 .section .tbss,"awT",%nobits
19 .p2align 10
20 .type tbss, %object
21 .size tbss, 1024
22 tbss:
23 .zero 1024
This page took 0.030966 seconds and 4 git commands to generate.