Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 21:53:26 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r241599 - in stable/9: . lib/clang/include
Message-ID:  <201210152153.q9FLrQgk081342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Oct 15 21:53:26 2012
New Revision: 241599
URL: http://svn.freebsd.org/changeset/base/241599

Log:
  MFC:	r241214
  
  Do not install incomplete unwind.h from clang.

Modified:
  stable/9/ObsoleteFiles.inc
  stable/9/lib/clang/include/Makefile
Directory Properties:
  stable/9/lib/clang/include/   (props changed)

Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc	Mon Oct 15 20:19:57 2012	(r241598)
+++ stable/9/ObsoleteFiles.inc	Mon Oct 15 21:53:26 2012	(r241599)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20121015: remove incomplete unwind.h
+OLD_FILES+=usr/include/clang/3.1/unwind.h
 # 20120713: auth.conf removed
 OLD_FILES+=etc/auth.conf
 OLD_FILES+=usr/share/examples/etc/auth.conf

Modified: stable/9/lib/clang/include/Makefile
==============================================================================
--- stable/9/lib/clang/include/Makefile	Mon Oct 15 20:19:57 2012	(r241598)
+++ stable/9/lib/clang/include/Makefile	Mon Oct 15 21:53:26 2012	(r241599)
@@ -23,7 +23,6 @@ INCS=	altivec.h \
 	popcntintrin.h \
 	smmintrin.h \
 	tmmintrin.h \
-	unwind.h \
 	wmmintrin.h \
 	x86intrin.h \
 	xmmintrin.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210152153.q9FLrQgk081342>