]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin - fix PR c++/87380
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2018 20:09:26 +0000 (20:09 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2018 20:09:26 +0000 (20:09 +0000)
commit1da05d55ec358993c498d044cd765ffc03664bba
treecb1b7ac9c9b663786c048e87d805e55faf1334af
parentf03305588bbb196bbe04e8c210b9053057febaeb
Darwin - fix PR c++/87380

This is [intentionally] broken C++ ABI, that was catering for a
tool problem that existed in a very old Darwin toolchain.

The issue is not present after Darwin7 (using default system
tools) so confine the fix to that revision or earlier.

2018-12-06  Iain Sandoe  <iain@sandoe.co.uk>

PR c++/87380
* config/darwin.h (TARGET_WEAK_NOT_IN_ARCHIVE_TOC) Remove; use the
default.
* config/rs6000/darwin7.h (TARGET_WEAK_NOT_IN_ARCHIVE_TOC): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266866 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin.h
gcc/config/rs6000/darwin7.h