gcc/
commit556154e8a0d6c88c0e34673fcd79a4f03f4bfb13
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Apr 2015 08:15:49 +0000 (2 08:15 +0000)
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Apr 2015 08:15:49 +0000 (2 08:15 +0000)
treebd4f3ce6c25d8977eb5decebecb83a4ec07c4ca3
parentcb5d0a18ce433c9e3dfd0f782c0eaded09a53088
gcc/
PR driver/65444
* config/i386/linux-common.h (MPX_SPEC): New.
(CHKP_SPEC): Add MPX_SPEC.
* doc/invoke.texi (-fcheck-pointer-boudns): Document
possible issues with '-z bndplt' support in linker.

libmpx/

PR driver/65444
* configure.ac: Add check for '-z bndplt' support
by linker. Add link_mpx output variable.
* libmpx.spec.in (link_mpx): New.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221831 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/linux-common.h
gcc/doc/invoke.texi
libmpx/ChangeLog
libmpx/configure
libmpx/configure.ac
libmpx/libmpx.spec.in