]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix PR target/77267
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2016 21:38:06 +0000 (21:38 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2016 21:38:06 +0000 (21:38 +0000)
commit74e229211df3e7b7a5daa22499557bff76ee0a33
tree7fffb6b63dfdd2d0db6edabc6cacba2f58086af7
parentdb8ffb402adef529e224cdc4bd73e09a3aa247f2
Fix PR target/77267

2016-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>

PR target/77267
* config.in: Regenerate.
* config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
New macro.
(MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
(LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
static-libmpxwrappers case.
(LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
MPX_LD_AS_NEEDED_GUARD_POP.
* configure: Regenerate.
* configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
defined if linker support "--push-state"/"--pop-state".

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