gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / tls_common.s
CommitLineData
6a4a0940
JJ
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6main:
7start:
8_start:
9__start:
10 .byte 0
11 .tls_common foo,4,4
This page took 0.598735 seconds and 4 git commands to generate.