Make sure a few new internal clang headers get installed, I missed these

in the last import.  They are sometimes needed when you want to use
advanced instructions.

Also, add clang's internal stdalign.h header to ObsoleteFiles.inc, since
it is redundant: we already have a stdalign.h header in /usr/include.

Pointy hat to:	dim
PR:		kern/167574
Submitted by:	jkim
Reported by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
MFC after:	2 weeks
This commit is contained in:
Dimitry Andric 2012-05-05 15:35:22 +00:00
parent f6faece611
commit acf4e8ef71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235058
2 changed files with 9 additions and 1 deletions

View File

@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
# 20120505: new clang import installed a redundant internal header
OLD_FILES+=usr/include/clang/3.1/stdalign.h
# 20120425: libusb version bump (r234684)
OLD_LIBS+=usr/lib/libusb.so.2
OLD_LIBS+=usr/lib32/libusb.so.2

View File

@ -5,17 +5,23 @@
INCSDIR=${INCLUDEDIR}/clang/3.1
INCS= altivec.h \
avx2intrin.h \
avxintrin.h \
bmi2intrin.h \
bmiintrin.h \
cpuid.h \
emmintrin.h \
fma4intrin.h \
immintrin.h \
lzcntintrin.h \
mm3dnow.h \
mm_malloc.h \
mmintrin.h \
module.map \
nmmintrin.h \
pmmintrin.h \
popcntintrin.h \
smmintrin.h \
stdalign.h \
tmmintrin.h \
unwind.h \
wmmintrin.h \