r274048 - in /branches/gcc-9-branch/gcc: Change...

iains@gcc.gnu.org iains@gcc.gnu.org
Sat Aug 3 20:05:00 GMT 2019


Author: iains
Date: Sat Aug  3 20:05:21 2019
New Revision: 274048

URL: https://gcc.gnu.org/viewcvs?rev=274048&root=gcc&view=rev
Log:
Darwin, backport codegen fix.

Darwin only supports "static" code in the kernel and
kernel extensions.  This check tries to prevent the case
that cascaded PIC/PIE options on the command line cause
non-pic to be selected.

2019-08-03  Iain Sandoe  <iain@sandoe.co.uk>

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

	* config/darwin.c (darwin_override_options): Make a final check on PIC
	options.


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



More information about the Gcc-cvs mailing list