Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-spu/ovl2.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

53 lines
675 B
ArmAsm

.text
.p2align 2
.global _start
_start:
brsl lr,f1_a1
brsl lr,setjmp
br _start
.type setjmp,@function
.global setjmp
setjmp:
bi lr
.size setjmp,.-setjmp
.type longjmp,@function
longjmp:
bi lr
.size longjmp,.-longjmp
.word .L1
.section .ov_a1,"ax",@progbits
.p2align 2
.global f1_a1
.type f1_a1,@function
f1_a1:
bi lr
.size f1_a1,.-f1_a1
.L1:
.word .L1, .L2, .L3
.L2:
.section .ov_a2,"ax",@progbits
.p2align 2
.type f1_a2,@function
f1_a2:
br longjmp
.size f1_a2,.-f1_a2
.L3:
.word .L2, .L4
.L4:
.section .nonalloc,"",@progbits
.word .L1,.L2,.L3,.L4
_SPUEAR_f1_a2 = f1_a2
.global _SPUEAR_f1_a2
_SPUEAR_version=3
.global _SPUEAR_version