[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Wed Oct 16 22:59:34 CEST 2013


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	13/10/16 22:59:34

Modified files:
	cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c 

Log message:
	Thread locals issued warning on Linux/arm, so don't use them.
	This is maybe a slight pessmisization, on Linux/arm only.
	diff -u -r1.169 ThreadPThreadC.c
	--- ThreadPThreadC.c	16 Feb 2013 21:57:39 -0000	1.169
	+++ ThreadPThreadC.c	16 Oct 2013 20:58:41 -0000
	@@ -292,8 +292,9 @@
	AIX probably works, not tested
	Solaris: failed to link on Solaris 2.9: http://hudson.modula3.com:8080/job/cm3-current-build-SOLsun-opencsw-current9s/166/console
	HP-UX? AIX?
	+Linux/arm: /usr/bin/ld: /usr/local/cm3/pkg/m3core/ARMEL_LINUX/libm3core.a(ThreadPThreadC.o)(.stab+0x2e28): R_ARM_ABS32 used with TLS symbol activations
	*/
	-#if defined(__linux)
	+#if defined(__linux) && !defined(__arm__)




More information about the M3commit mailing list