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.
25 lines
304 B
ArmAsm
25 lines
304 B
ArmAsm
.text
|
|
|
|
.set idx, 0
|
|
.ifdef underflow
|
|
nop
|
|
.set idx, 4
|
|
.endif
|
|
|
|
.ifdef b16
|
|
beq $a0, $a1, local_sym
|
|
.endif
|
|
.ifdef b21
|
|
beqz $a0, local_sym
|
|
.endif
|
|
.ifdef b26
|
|
b local_sym
|
|
.endif
|
|
.ifdef pcrel20
|
|
.reloc idx, R_LARCH_PCREL20_S2, local_sym
|
|
pcaddi $a0, 0
|
|
.endif
|
|
|
|
.section ".local_sym"
|
|
local_sym: nop
|