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
664 B
D
19 lines
664 B
D
#source: init-fini-arrays.s
|
|
#ld:
|
|
#nm: -n
|
|
# Most targets with their own scripts don't support init/fini_array and
|
|
# thus don't define __init/fini_array_start.
|
|
#xfail: avr-*-* cr16-*-* crx-*-* d10v-*-* d30v-*-* dlx-*-* ft32-*-* iq2000-*-*
|
|
#xfail: m68hc1*-*-* mep-*-* microblaze*-*-elf* s12z-*-* v850-*-* visium-*-*
|
|
#xfail: xgate-*-* xstormy*-*-*
|
|
# Some targets with their own scripts haven't kept up with elf.sc and
|
|
# PROVIDE __init_array_start rather than using PROVIDE_HIDDEN. These
|
|
# result in D symbols. rx-elf makes .init/fini_array SHF_EXECINSTR so
|
|
# gets t symbols.
|
|
|
|
#...
|
|
[0-9a-f]+ [dDt] _?__init_array_start
|
|
#...
|
|
[0-9a-f]+ [dDt] _?__fini_array_start
|
|
#pass
|