Port-alpha archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: __atomic_test_and_set() and mips o32 - help wanted
> Hmm, so where does the original issue reported with this thread come
> from? It seems like something that should have been long sorted.
it comes from GDB calling C++'s "test_and_set()" which in GCC 14's
libstdc++ is implemented as direct calls to __atomic_test_and_set().
libgdb.a(minsyms.o): in function `minimal_symbol_reader::install()':
minsyms.c:(.text+0x4224): undefined reference to `__atomic_test_and_set'
.mrg.
Home |
Main Index |
Thread Index |
Old Index