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
289 B
ArmAsm
22 lines
289 B
ArmAsm
.text
|
|
|
|
.long 0x12345678
|
|
.long 0x9abcdef0
|
|
|
|
.global foo
|
|
foo: # section 0001, offset 00000008
|
|
.secrel32 bar
|
|
|
|
.data
|
|
.long 0x12345678
|
|
|
|
.global bar
|
|
bar: # section 0002, offset 00000004
|
|
.long 0x9abcdef0
|
|
|
|
.section "gcsect"
|
|
|
|
.global baz
|
|
baz: # unreferenced, will be GC'd out
|
|
.long 0x12345678
|