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.
56 lines
865 B
ArmAsm
56 lines
865 B
ArmAsm
.text
|
|
.p2align 4,,15
|
|
.globl get_gd
|
|
.type get_gd, @function
|
|
get_gd:
|
|
subq $8, %rsp
|
|
#ifdef __LP64__
|
|
.byte 0x66
|
|
#endif
|
|
leaq gd@tlsgd(%rip), %rdi
|
|
.byte 0x66
|
|
rex64
|
|
call *__tls_get_addr@GOTPCREL(%rip)
|
|
addq $8, %rsp
|
|
ret
|
|
.size get_gd, .-get_gd
|
|
.text
|
|
.p2align 4,,15
|
|
.globl set_gd
|
|
.type set_gd, @function
|
|
set_gd:
|
|
pushq %rbx
|
|
movl %edi, %ebx
|
|
#ifdef __LP64__
|
|
.byte 0x66
|
|
#endif
|
|
leaq gd@tlsgd(%rip), %rdi
|
|
.value 0x6666
|
|
rex64
|
|
call __tls_get_addr@PLT
|
|
movl %ebx, (%rax)
|
|
popq %rbx
|
|
ret
|
|
.size set_gd, .-set_gd
|
|
.text
|
|
.p2align 4,,15
|
|
.globl test_gd
|
|
.type test_gd, @function
|
|
test_gd:
|
|
pushq %rbx
|
|
movl %edi, %ebx
|
|
#ifdef __LP64__
|
|
.byte 0x66
|
|
#endif
|
|
leaq gd@tlsgd(%rip), %rdi
|
|
.byte 0x66
|
|
rex64
|
|
call *__tls_get_addr@GOTPCREL(%rip)
|
|
cmpl %ebx, (%rax)
|
|
popq %rbx
|
|
sete %al
|
|
movzbl %al, %eax
|
|
ret
|
|
.size test_gd, .-test_gd
|
|
.section .note.GNU-stack,"",@progbits
|