Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / tdata2.s
CommitLineData
1224efb8
L
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6main:
7start:
8_start:
9__start:
10 .byte 0
11 .globl tdata
12 .section .tdata,"awT",%progbits
13 .type tdata,%object
14 .size tdata,1
15tdata:
16 .byte 0
This page took 0.592568 seconds and 4 git commands to generate.