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.
19 lines
308 B
ArmAsm
19 lines
308 B
ArmAsm
#NO_APP
|
|
.file "got-1.c"
|
|
.text
|
|
.align 2
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
link.w %fp,#0
|
|
move.l %a5,-(%sp)
|
|
lea (%pc, _GLOBAL_OFFSET_TABLE_@GOTPC), %a5
|
|
move.l a@GOT(%a5),%d0
|
|
move.l %d0,%a0
|
|
move.l (%a0),%d0
|
|
move.l (%sp)+,%a5
|
|
unlk %fp
|
|
rts
|
|
.size foo, .-foo
|
|
.section .note.GNU-stack,"",@progbits
|