Files
vasilito facf0c92e0 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

27 lines
585 B
ArmAsm

.hidden global_b
.text
.align 2
main:
# R_AARCH64_ADR_PREL_PG_HI21
# R_AARCH64_ADR_PREL_PG_HI21_NC
# R_AARCH64_ADR_LO_21
adrp x0, :pg_hi21:global_a
adrp x1, :pg_hi21_nc:global_a
adr x2, global_a
#R_AARCH64_LD_PREL_LO19
ldr x3, global_a
# R_AARCH64_PREL16
# R_AARCH64_PREL32
# R_AARCH64_PREL64
.hword global_a - .
.word global_a - .
.xword global_a - .
# Defined global symbol may bind externally because of copy relocation,
# while defined hidden symbol binds locally. LD should be able to
# differenciate this.
adrp x0, :pg_hi21:global_b
.xword global_b - .