mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
6c381eeb71
of linker to the file tmpdir/*-dso.so. * ld-sh/tlsbin.s, ld-sh/tlsbinpic.s, ld-sh/tlslib.s: New. * ld-sh/tlsbin-0-dso.d: New. * ld-sh/tlsbin-1.d: New. * ld-sh/tlsbin-2.d: New. * ld-sh/tlsbin-3.d: New. * ld-sh/tlsbin-4.d: New. * ld-sh/tlspic1.s, ld-sh/tlspic2.s: New. * ld-sh/tlspic-1.d: New. * ld-sh/tlspic-2.d: New. * ld-sh/tlspic-3.d: New. * ld-sh/tlspic-4.d: New.
21 lines
316 B
ArmAsm
21 lines
316 B
ArmAsm
.section ".tdata", "awT", @progbits
|
|
.globl sG1, sG2, sG3, sG4, sG5, sG6, sG7, sG8
|
|
sG1: .long 513
|
|
sG2: .long 514
|
|
sG3: .long 515
|
|
sG4: .long 516
|
|
sG5: .long 517
|
|
sG6: .long 518
|
|
sG7: .long 519
|
|
sG8: .long 520
|
|
|
|
.text
|
|
.align 1
|
|
! Dummy.
|
|
.globl __tls_get_addr
|
|
.type __tls_get_addr,@function
|
|
__tls_get_addr:
|
|
rts
|
|
nop
|
|
|