Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-mips-elf/vxworks1-lib.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
804 B
ArmAsm

.text
.globl foo
.type foo, @function
foo:
addiu $sp,$sp,-32
sw $31,($sp)
sw $28,4($sp)
lui $28,%hi(__GOTT_BASE__)
lw $28,%lo(__GOTT_BASE__)($28)
lw $28,%half(__GOTT_INDEX__)($28)
lw $2,%got(x)($28)
lw $3,($2)
addiu $3,$3,1
sw $3,($2)
lw $25,%got(slocal)($gp)
jalr $25
lw $25,%call16(sglobal)($gp)
jalr $25
lw $25,%call16(sexternal)($gp)
jalr $25
lw $31,($sp)
lw $28,4($sp)
addiu $sp,$sp,32
jr $31
.size foo, .-foo
.type slocal, @function
slocal:
jr $31
.size slocal, .-slocal
.globl sglobal
.type sglobal, @function
sglobal:
jr $31
.size sglobal, .-sglobal
.comm x,4,4
.data
.type dlocal, @object
dlocal:
.word slocal
.word dlocal
.size dlocal, .-dlocal
.globl dglobal
.type dglobal, @object
dglobal:
.word dglobal
.word dexternal
.size dglobal, .-dglobal