]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/tbss2.s
This commit was manufactured by cvs2svn to create branch 'binutils-
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / tbss2.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 tbss
12 .section .tbss,"awT",%nobits
13 .type tbss,%object
14 .size tbss,1
15tbss:
16 .zero 1