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.
35 lines
641 B
D
35 lines
641 B
D
#ld: -Tdefined3.t --no-error-rwx-segments
|
|
#nm: -B
|
|
#source: phdrs.s
|
|
#source: defined.s
|
|
|
|
# Check that DEFINED matches only symbols defined before its location.
|
|
# The ellipsis account for target-specific symbols. Matching both A and T
|
|
# accounts for formats that can't tell a .text symbol from an absolute
|
|
# symbol (mmo), but matches whatever section that contains an address
|
|
# matching the value.
|
|
|
|
#...
|
|
0+1 [AT] defined
|
|
#...
|
|
0+200 A defined1
|
|
#...
|
|
0+201 A defined2
|
|
#...
|
|
0+100 A defined3
|
|
#...
|
|
0+ [AT] defined4
|
|
#...
|
|
0+2a A defined5
|
|
#...
|
|
0+ [AT] defined6
|
|
#...
|
|
0+1 [AT] defined7
|
|
#...
|
|
0+1 [AT] defined8
|
|
#...
|
|
0+2a A sym1
|
|
#...
|
|
[0-9a-f]+ T sym2
|
|
#pass
|