Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-csky/tls-ld.s
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

29 lines
445 B
ArmAsm

.text
.global __tls_get_addr
.align 2
.global foo
.type foo, @function
foo:
push lr, gb
lrw t1, .L2@GOTPC
grs gb, .L2
.L2:
addu gb, gb, t1
grs a3, .LTLS0
.LTLS0:
lrw a0, .LANCHOR0@TLSLDM32
addu a0, a0, a3
lrs.w a3, [__tls_get_addr@PLT]
jsr a3
lrw a3, .LANCHOR0@TLSLDO32
addu a0, a0, a3
pop lr, gb
.size foo, .-foo
.section .tbss,"awT",@nobits
.align 2
.set .LANCHOR0,. + 0
.type var, @object
.size var, 4
var:
.fill 4, 1