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

32 lines
466 B
ArmAsm

.text
.type undef_fun_typed %function
.ifdef BL
bl undef_fun_typed
nop
bl undef_fun_notype
nop
.endif
.ifdef BLPLT
bl undef_fun_typed@plt
nop
bl undef_fun_notype@plt
nop
.endif
.ifdef CALLPLT
call undef_fun_typed@plt
call undef_fun_notype@plt
.endif
.ifdef HPPA
bl undef_fun_typed,%r2
nop
bl undef_fun_notype,%r2
nop
.endif
.data
.type undef_data %object
.dc.a undef_data
.type undef_pfun %function
.dc.a undef_pfun
.dc.a undef_notype