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.
19 lines
379 B
D
19 lines
379 B
D
#name: --gc-sections with KEEP
|
|
#source: dummy.s
|
|
#ld: --gc-sections -T pr14265.t -e 0 tmpdir/pr14265.o
|
|
#nm: --format=bsd --numeric-sort
|
|
|
|
#...
|
|
[0-9a-f]+ ([dD] _*foo1_start|D _*foo1)
|
|
#...
|
|
[0-9a-f]+ (D _*foo1|[dD] _*foo1_start)
|
|
#...
|
|
[0-9a-f]+ [dD] _*foo1_end
|
|
#...
|
|
[0-9a-f]+ ([dD] _*foo2_start|D _*foo2)
|
|
#...
|
|
[0-9a-f]+ (D _*foo2|[dD] _*foo2_start)
|
|
#...
|
|
[0-9a-f]+ [dD] _*foo2_end
|
|
#...
|