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.
15 lines
348 B
ArmAsm
15 lines
348 B
ArmAsm
.text
|
|
; Test that this works both with a symbol defined in a section...
|
|
.dword __Edata+0x40000000
|
|
|
|
; ...as well as absolute symbol (defined outside sections in the
|
|
; linker script).
|
|
.dword __Sdata+0x40000000
|
|
|
|
.data
|
|
; Make sure we get the same section alignment for *-elf as for *-linux*.
|
|
.balign 0x2000
|
|
|
|
; Make .data non-empty.
|
|
.dword 0
|