svn commit: r214372 - user/ed/compiler-rt/lib/libcompiler_rt

Ed Schouten ed at FreeBSD.org
Tue Oct 26 10:23:50 UTC 2010


Author: ed
Date: Tue Oct 26 10:23:49 2010
New Revision: 214372
URL: http://svn.freebsd.org/changeset/base/214372

Log:
  Remove __gcc_personality_v0() for now.
  
  This function is already part of libgcc_eh.a. I'd rather use the GNU
  version for now.

Modified:
  user/ed/compiler-rt/lib/libcompiler_rt/Makefile

Modified: user/ed/compiler-rt/lib/libcompiler_rt/Makefile
==============================================================================
--- user/ed/compiler-rt/lib/libcompiler_rt/Makefile	Tue Oct 26 09:25:29 2010	(r214371)
+++ user/ed/compiler-rt/lib/libcompiler_rt/Makefile	Tue Oct 26 10:23:49 2010	(r214372)
@@ -79,7 +79,6 @@ SRCF=	absvdi2 \
 	floatuntidf \
 	floatuntisf \
 	floatuntixf \
-	gcc_personality_v0 \
 	lshrdi3 \
 	lshrti3 \
 	moddi3 \


More information about the svn-src-user mailing list