This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libgcc: why emutls.c in LIB2ADDEH instead of LIB2ADD?
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 20 Nov 2011 12:28:51 +0100
- Subject: libgcc: why emutls.c in LIB2ADDEH instead of LIB2ADD?
As subject says, in libgcc, why is $(srcdir)/emutls.c in
LIB2ADDEH (and LIB2ADDEHSTATIC and LIB2ADDEHSHARED) instead of
LIB2ADD?
Emulating TLS has nothing to do with exception-handling, nor is
there something that might throw while calling one of its
functions.
Ok to fix that?
brgds, H-P