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.
14 lines
422 B
D
14 lines
422 B
D
#target: cris-*-*elf*
|
|
#ld: --section-start=.text=0xc0010000
|
|
#objdump: -s -j .text
|
|
|
|
# Check that we don't get a "relocation truncated to fit", when a
|
|
# relocation would overflow if it hadn't been wrapping. We always
|
|
# want 32-bit-wrapping on a 32-bit target for the benefit of Linux
|
|
# address-mapping macros.
|
|
|
|
.*: file format elf32.*-cris
|
|
|
|
Contents of section \.text:
|
|
c0010000 04200100 00200100 .*
|