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.
18 lines
860 B
D
18 lines
860 B
D
#source: undef-tls.s
|
|
#ld: -e0 --emit-relocs
|
|
#objdump: -dr
|
|
#...
|
|
#error:.*: in function `get':.*
|
|
#error:.*: undefined reference to `tls'.*
|
|
#error:.*: TLS relocation R_AARCH64_TLSLE_ADD_TPREL_HI12 against undefined symbol `tls'.*
|
|
#error:.*: dangerous relocation: unsupported relocation.*
|
|
#error:.*: undefined reference to `tls'.*
|
|
#error:.*: TLS relocation R_AARCH64_TLSLE_ADD_TPREL_LO12_NC against undefined symbol `tls'.*
|
|
#error:.*: dangerous relocation: unsupported relocation.*
|
|
#error:.*: undefined reference to `dtl'.*
|
|
#error:.*: TLS relocation R_AARCH64_TLSLD_ADD_DTPREL_HI12 against undefined symbol `dtl'.*
|
|
#error:.*: dangerous relocation: unsupported relocation.*
|
|
#error:.*: undefined reference to `dtl'.*
|
|
#error:.*: TLS relocation R_AARCH64_TLSLD_ADD_DTPREL_LO12 against undefined symbol `dtl'.*
|
|
#error:.*: dangerous relocation: unsupported relocation.*
|