r277694 - in /branches/gcc-8-branch/gcc: Change...

iains@gcc.gnu.org iains@gcc.gnu.org
Thu Oct 31 20:00:00 GMT 2019


Author: iains
Date: Thu Oct 31 20:00:44 2019
New Revision: 277694

URL: https://gcc.gnu.org/viewcvs?rev=277694&root=gcc&view=rev
Log:
[Darwin] Fix Objective-C NeXT ABI version check diagnostics.

This fixes build errors when used with newer GCC and corrects a mistake
in the checking of ABI versions.

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

276635 Fix some format-related build warnings.

This fixes two error messages to avoid punctuation and contracted
negations.

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

	Backport from mainline
	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.

	Backport from mainline
	2019-10-06  Iain Sandoe  <iain@sandoe.co.uk>

	* config/darwin.c (darwin_override_options): Adjust objective-c
	ABI version error messages to avoid punctuation and contracted
	negations.


Modified:
    branches/gcc-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/config/darwin.c



More information about the Gcc-cvs mailing list