r228695 - in /trunk/libstdc++-v3: ChangeLog con...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Sun Oct 11 22:34:00 GMT 2015


Author: jsm28
Date: Sun Oct 11 22:34:28 2015
New Revision: 228695

URL: https://gcc.gnu.org/viewcvs?rev=228695&root=gcc&view=rev
Log:
Test for __cxa_thread_atexit_impl when cross-compiling libstdc++ for GNU targets.

I noticed that when testing glibc with a cross compiler I got

UNSUPPORTED: nptl/tst-thread_local1

because the libstdc++-v3 configuration for cross compiling defaulted
to __cxa_thread_atexit_impl not being available.  This patch fixes
GLIBCXX_CROSSCONFIG to run the same test (for the case covering
targets with glibc) for __cxa_thread_atexit_impl as for native
compilation, just as it runs most of the other tests done for native
compilation (for these targets, it's not possible to build libstdc++
without already having built libc, so link tests are OK).

Tested with no regressions for cross to arm-none-linux-gnueabi.

	* crossconfig.m4 (GLIBCXX_CROSSCONFIG) <*-linux* | *-uclinux* |
	*-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu | *-cygwin*>: Check for
	__cxa_thread_atexit_impl.
	* configure: Regenerate.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/crossconfig.m4



More information about the Libstdc++-cvs mailing list