mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
stdcxx: add missing symbols for istream and thread
Issue #3967 triggers using -O0 with test-libc_integration: libc_integration/main.cc:146: undefined reference to `std::istream::operator>>(unsigned long&)' contrib/stdcxx-80f380143250d4f951433876698b54fdac32b95f/include/stdcxx/std/thread:67: undefined reference to `vtable for std:🧵:_State'
This commit is contained in:
parent
1c49da8ce4
commit
7503472ae6
@ -783,6 +783,7 @@ _ZTTSt14basic_ifstreamIcSt11char_traitsIcEE V
|
||||
_ZTTSt14basic_ifstreamIwSt11char_traitsIwEE V
|
||||
_ZTTSt14basic_ofstreamIcSt11char_traitsIcEE V
|
||||
_ZTTSt14basic_ofstreamIwSt11char_traitsIwEE V
|
||||
_ZTVNSt6thread6_StateE V
|
||||
_ZTVNSt7__cxx1110moneypunctIcLb0EEE V
|
||||
_ZTVNSt7__cxx1110moneypunctIcLb1EEE V
|
||||
_ZTVNSt7__cxx1110moneypunctIwLb0EEE V
|
||||
@ -1275,6 +1276,7 @@ _ZNSirsERd W
|
||||
_ZNSirsERf W
|
||||
_ZNSirsERi W
|
||||
_ZNSirsERj W
|
||||
_ZNSirsERm W
|
||||
_ZNSirsERs W
|
||||
_ZNSo3putEc W
|
||||
_ZNSo5flushEv W
|
||||
|
Loading…
x
Reference in New Issue
Block a user