r276768 - in /trunk/gcc: ChangeLog config/darwin.c
iains@gcc.gnu.org
iains@gcc.gnu.org
Wed Oct 9 18:48:00 GMT 2019
Author: iains
Date: Wed Oct 9 18:48:38 2019
New Revision: 276768
URL: https://gcc.gnu.org/viewcvs?rev=276768&root=gcc&view=rev
Log:
[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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/darwin.c
More information about the Gcc-cvs
mailing list