Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH et al.

* Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
	et al.

From-SVN: r181608
This commit is contained in:
Hans-Peter Nilsson 2011-11-22 03:01:02 +00:00 committed by Hans-Peter Nilsson
parent e02a544331
commit 6685dd96b2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-11-21 Hans-Peter Nilsson <hp@axis.com>
* Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
et al.
2011-11-21 Richard Henderson <rth@redhat.com>
* crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.

View File

@ -394,6 +394,9 @@ endif
LIB2ADD += enable-execute-stack.c
# While emutls.c has nothing to do with EH, it is in LIB2ADDEH*
# instead of LIB2ADD because that's the way to be sure on some targets
# (e.g. *-*-darwin*) only one copy of it is linked.
LIB2ADDEH += $(srcdir)/emutls.c
LIB2ADDEHSTATIC += $(srcdir)/emutls.c
LIB2ADDEHSHARED += $(srcdir)/emutls.c