[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Sat Feb 16 04:12:39 CET 2013
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	13/02/16 04:12:39
Modified files:
	cm3/m3-sys/cminstall/src/config-no-install/: AMD64_SOLARIS 
	                                             I386_SOLARIS 
	                                             SPARC32_SOLARIS.common 
	                                             SPARC64_SOLARIS 
	                                             Solaris.common 
	./: AMD64_SOLARIS I386_SOLARIS SPARC32_SOLARIS.common 
	    SPARC64_SOLARIS Solaris.common 
Added files:
	cm3/scripts/python/: assembler 
Log message:
	work in progress:
	
	.hidden support on Solaris:
	All versions of cc found (e.g. down to 5.8 and on x86 and sparc)
	support -xldscope=hidden, and further digging reveals an assembler
	called "bfe", present on Solaris 5.8, 5.9, 5.10, but not 5.11.
	That cc seemingly uses. So we should use it too.
	
	.hidden is too good to pass up; it drastically shrinks the global
	namespace for the dynamic linker to muck with
    
    
More information about the M3commit
mailing list