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.
42 lines
439 B
ArmAsm
42 lines
439 B
ArmAsm
.section .text
|
|
|
|
.globl sub3
|
|
sub3:
|
|
se_blr
|
|
|
|
.globl sub4
|
|
sub4:
|
|
se_blr
|
|
|
|
.globl sub5
|
|
sub5:
|
|
se_blr
|
|
|
|
.section .sdata
|
|
.globl low_sdarel
|
|
low_sdarel:
|
|
.long 2
|
|
|
|
.globl high_adjust_sdarel
|
|
high_adjust_sdarel:
|
|
.long 0xff
|
|
|
|
.section .sdata2
|
|
.globl high_sdarel
|
|
high_sdarel:
|
|
.long 0xf
|
|
|
|
|
|
.data
|
|
.globl low
|
|
low:
|
|
.long 5
|
|
|
|
.globl high
|
|
high:
|
|
.long 0x10
|
|
|
|
.globl high_adjust
|
|
high_adjust:
|
|
.long 0xffff
|