facf0c92e0
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.
20 lines
445 B
D
20 lines
445 B
D
#name: SEGMENT_START expression not absolute
|
|
#source: segment-start.s
|
|
#ld: -e 0 -u __executable_start -T segment-start.ld
|
|
#nm: -B
|
|
#xfail: mmix-*-* pdp11-*-*
|
|
#xfail: c54x*-*-*coff* tic54x-*-*coff*
|
|
# XFAIL targets that are not expected to handle SEGMENT_START correctly.
|
|
|
|
# Make sure `__executable_start' is regular:
|
|
#
|
|
# 10000000 T __executable_start
|
|
#
|
|
# not absolute:
|
|
#
|
|
# 10000000 A __executable_start
|
|
|
|
#...
|
|
0*10000000 T __executable_start
|
|
#pass
|