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
371 B
D
14 lines
371 B
D
#source: dso-1.s
|
|
#source: gotrel1.s --pic
|
|
#as: --no-underscore --em=criself
|
|
#ld: -m crislinux tmpdir/libdso-4.so
|
|
#objdump: -T
|
|
|
|
# The DSO used has an undef reference to the symbol "dsofn", which is
|
|
# supposed to cause the program to automatically export it as a dynamic
|
|
# symbol; no --export-dynamic is supposed to be needed.
|
|
|
|
#...
|
|
[0-9a-f]+ g DF .text 0+2 dsofn
|
|
#pass
|