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.
21 lines
363 B
ArmAsm
21 lines
363 B
ArmAsm
# The first version medium codel model function call is: pcalau12i + jirl.
|
|
# R_LARCH_PCALA_HI20 only need to generate PLT entry for function symbols.
|
|
.text
|
|
.globl a
|
|
|
|
.data
|
|
.align 2
|
|
.type a, @object
|
|
.size a, 4
|
|
a:
|
|
.word 1
|
|
|
|
.text
|
|
.align 2
|
|
.globl test
|
|
.type test, @function
|
|
test:
|
|
pcalau12i $r12,%pc_hi20(a)
|
|
ld.w $r12,$r12,%pc_lo12(a)
|
|
.size test, .-test
|