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.
17 lines
281 B
ArmAsm
17 lines
281 B
ArmAsm
.file "startstop.s"
|
|
.text
|
|
.section .rodata
|
|
.align 4
|
|
.LC0:
|
|
.section TEST_SECTION,"aw"
|
|
.align 4
|
|
.literal_position
|
|
.literal .LC1, __start_TEST_SECTION
|
|
.literal .LC2, __stop_TEST_SECTION
|
|
.align 4
|
|
.global _start
|
|
.type _start, @function
|
|
_start:
|
|
l32r a2, .LC1
|
|
l32r a3, .LC2
|