ff4ff35918
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.
30 lines
384 B
ArmAsm
30 lines
384 B
ArmAsm
|
|
.arm
|
|
|
|
foo:
|
|
bl ifunc1(PLT)
|
|
ldr r0,1f
|
|
2: bl loc1(tlscall)
|
|
nop
|
|
1: .word loc1(tlsdesc) + (. - 2b)
|
|
|
|
ldr r0,1f
|
|
2: bl loc2(tlscall)
|
|
nop
|
|
1: .word loc2(tlsdesc) + (. - 2b)
|
|
|
|
.type ifunc1,%gnu_indirect_function
|
|
.global ifunc1
|
|
ifunc1:
|
|
mov pc,lr
|
|
.size ifunc1,.-ifunc1
|
|
|
|
|
|
.section .tdata,"awT",%progbits
|
|
.space 8
|
|
.type loc1, %object
|
|
loc1: .space 4
|
|
.type loc2, %object
|
|
loc2: .space 4
|
|
|