Sign in
gnu
/
binutils-gdb
/
3f7c685f26df75ee3822a3629b2794deafdf881f
/
.
/
ld
/
testsuite
/
ld-elf
/
tbss2.s
blob: b9809258e26c62052c3873585600ee9a579ccf2c [
file
]
.globl main
.globl start
.globl _start
.globl __start
.text
main
:
start
:
_start
:
__start
:
.byte
0
.globl tbss
.section .tbss
,
"awT"
,
%nobits
.type tbss
,
%object
.size tbss
,
1
tbss
:
.zero
1