]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/tbss3.s
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / tbss3.s
CommitLineData
67e9eb74
AM
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6main:
7start:
8_start:
9__start:
10 .byte 0
11
12 .section .tbss,"awT",%nobits
13 .p2align 10
14 .type tbss, %object
15 .size tbss, 1024
16tbss:
17 .zero 1024