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.
22 lines
419 B
ArmAsm
22 lines
419 B
ArmAsm
.globl foo
|
|
.ent foo
|
|
foo:
|
|
# Create page references to 16 values. The layout of the values
|
|
# in this input file requires at most 2 page entries.
|
|
.set y,0x02000000
|
|
.rept 16
|
|
lw $4,%got_page(1f)($gp)
|
|
addiu $4,$4,%got_ofst(1f)
|
|
.section .rodata.cst4,"aM",@progbits,4
|
|
1: .word y
|
|
.set y,y+1
|
|
.text
|
|
.endr
|
|
.end foo
|
|
|
|
# Make sure the loadable size of the library is large.
|
|
.section .bss
|
|
.globl g
|
|
g:
|
|
.space 0x800000
|