Bump __FreeBSD_version again, and set real dates in UPDATING and

ObsoleteFiles.inc, in preparation for the merge back to head.
This commit is contained in:
Dimitry Andric 2015-03-15 11:56:43 +00:00
parent 07f4251006
commit 302cd48a04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang360-import/; revision=280028
3 changed files with 6 additions and 4 deletions

View File

@ -38,7 +38,7 @@
# xargs -n1 | sort | uniq -d;
# done
# 2015mmdd: new clang import which bumps version from 3.5.1 to 3.6.0.
# 20150315: new clang import which bumps version from 3.5.1 to 3.6.0.
OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_aes.h
OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_pclmul.h
OLD_FILES+=usr/include/clang/3.5.1/altivec.h

View File

@ -31,8 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
2015mmdd:
Clang and llvm have been upgraded to 3.6.0 release.
20150315:
Clang and llvm have been upgraded to 3.6.0 release. Please see the
20141231 entry below for information about prerequisites and upgrading,
if you are not already using 3.5.0.
20150307:
The 32-bit PowerPC kernel has been changed to a position-independent

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1100064 /* Master, propagated to newvers */
#define __FreeBSD_version 1100065 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,