mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
oops - omitted from previous delta
This commit is contained in:
16
ld/testsuite/ld-elf/tls_gc.s
Normal file
16
ld/testsuite/ld-elf/tls_gc.s
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.globl main
|
||||||
|
.globl start
|
||||||
|
.globl _start
|
||||||
|
.globl __start
|
||||||
|
.text
|
||||||
|
main:
|
||||||
|
start:
|
||||||
|
_start:
|
||||||
|
__start:
|
||||||
|
.byte 0
|
||||||
|
.globl var
|
||||||
|
.section .tbss.var,"awT",%nobits
|
||||||
|
.type var,%object
|
||||||
|
.size var,1
|
||||||
|
var:
|
||||||
|
.zero 1
|
Reference in New Issue
Block a user