svn commit: r286688 - in stable: 10/lib/msun/src 8/lib/msun/src 9/lib/msun/src

2015-08-12 Thread Dimitry Andric
Author: dim Date: Wed Aug 12 19:06:35 2015 New Revision: 286688 URL: https://svnweb.freebsd.org/changeset/base/286688 Log: MFC r286515: In libm's exp2(3), avoid left-shifting a negative integer, which is undefined. Replace it with the intended value, in a defined way. Reviewed by:

svn commit: r286690 - in stable: 10/contrib/binutils/gas/config 7/contrib/binutils/gas/config 8/contrib/binutils/gas/config 9/contrib/binutils/gas/config

2015-08-12 Thread Dimitry Andric
Author: dim Date: Wed Aug 12 19:18:54 2015 New Revision: 286690 URL: https://svnweb.freebsd.org/changeset/base/286690 Log: MFC r286519: In GNU as, avoid left-shifting negative integers, which is undefined. Modified: stable/9/contrib/binutils/gas/config/tc-i386.c Directory Properties: s

svn commit: r286714 - in stable/9/contrib/gcc: . doc

2015-08-12 Thread Pedro F. Giffuni
Author: pfg Date: Thu Aug 13 01:04:26 2015 New Revision: 286714 URL: https://svnweb.freebsd.org/changeset/base/286714 Log: MFC r286074: GCC: Add a new option "-fstack-protector-strong" This includes additional functions to be protected: those that have local array definitions, or have