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.
30 lines
741 B
D
30 lines
741 B
D
#source: pic-gc-72.s
|
|
#source: expdref1.s
|
|
#source: expdyn1.s
|
|
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
|
#ld: --shared -m crislinux --gc-sections --hash-style=sysv
|
|
#objdump: -s -t -R -p -T
|
|
|
|
# Exercise PIC relocs through changed GC sweep function.
|
|
# There should be nothing left except from expdyn1.s.
|
|
|
|
.*: file format elf32-cris
|
|
#...
|
|
DYNAMIC RELOCATION RECORDS \(none\)
|
|
|
|
Contents of section .hash:
|
|
#...
|
|
Contents of section .dynsym:
|
|
#...
|
|
Contents of section .dynstr:
|
|
#...
|
|
Contents of section .text:
|
|
.* 0f050f05 .*
|
|
Contents of section .dynamic:
|
|
2114 .*
|
|
#...
|
|
Contents of section .got:
|
|
.* 14210000 00000000 00000000 .*
|
|
Contents of section .data:
|
|
.* 00000000 .*
|