Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-mips-elf/export-class-call16-n32.s
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
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.
2026-05-14 10:55:53 +01:00

21 lines
292 B
ArmAsm

.text
.balign 16
.xdef foo
.ent foo
foo:
.frame $29, 16, $31
.mask 0x90000000, -8
addiu $29, -16
sd $31, 8($29)
.cpsetup $25, 0, foo
jal protected_foo
jal hidden_foo
jal internal_foo
.cpreturn
ld $31, 8($29)
addiu $29, 16
jr $31
.end foo
.balign 4
.space 8