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.
13 lines
584 B
D
13 lines
584 B
D
#source: extern.s
|
|
#ld: -T discard.ld
|
|
#error: .*data.* referenced in section `\.text' of tmpdir/extern.o: defined in discarded section `\.data\.exit' of tmpdir/extern.o
|
|
#objdump: -p
|
|
#xfail: [is_generic]
|
|
#pass
|
|
# The expected warning used to start with "`data' referenced..." but
|
|
# this has two problems: 1) It does not include the name of the linker
|
|
# command which will be present in the message, eg "../ld-new"
|
|
# 2) Targets which define EXTERN_FORCE_RELOC to 0 in their
|
|
# gas/config/tc-xxx.h file will convert the symbol in the reloc from
|
|
# "data" to the section symbol ".data.exit".
|