[Darwin] Improve Objective-C NeXT ABI version check.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 9 Oct 2019 18:48:38 +0000 (18:48 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 9 Oct 2019 18:48:38 +0000 (18:48 +0000)
commitdee1497cbb3dacdbc73474340b9e73de72f09140
tree6117584ee5d6985f678caab2f8ff376624a23ef8
parenta0e887be6147edcd14a5b95af17456d0a01575d4
[Darwin] Improve Objective-C NeXT ABI version check.

We were missing a check for the case that user's ABI was > 2 and the
codegen was for 64 bit.

gcc/ChangeLog:

2019-10-09  Iain Sandoe  <iain@sandoe.co.uk>

* config/darwin.c (darwin_override_options): Make the check for
Objective-C ABI version more specific for 64bit code.

From-SVN: r276768
gcc/ChangeLog
gcc/config/darwin.c