Commit 4827824f by Iain Sandoe

[Darwin, opts] Add RejectNegative for cases with explict inverses.

These cases specify the negative option specifically, so we should not
accept a regular -no-xxxx for them.

2019-06-16  Iain Sandoe  <iain@sandoe.co.uk>

	* config/darwin.opt (prebind, noprebind, seglinkedit,
	noseglinkedit): Add RejectNegative.

From-SVN: r272355
parent 612254ea
2019-06-15 Jan Hubicka <hubicka@ucw.cz> 2019-06-16 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.opt (prebind, noprebind, seglinkedit,
noseglinkedit): Add RejectNegative.
2019-06-16 Jan Hubicka <hubicka@ucw.cz>
* tree-ssa-alias.c (nonoverlapping_component_refs_p): Fix pasto * tree-ssa-alias.c (nonoverlapping_component_refs_p): Fix pasto
in my previous patch. in my previous patch.
......
...@@ -237,11 +237,11 @@ Driver RejectNegative ...@@ -237,11 +237,11 @@ Driver RejectNegative
(Obsolete after 10.4) Set MH_NOMULTIDEFS in an umbrella framework. (Obsolete after 10.4) Set MH_NOMULTIDEFS in an umbrella framework.
noprebind noprebind
Driver Negative(prebind) Driver RejectNegative Negative(prebind)
(Obsolete) LD_PREBIND is no longer supported. (Obsolete) LD_PREBIND is no longer supported.
noseglinkedit noseglinkedit
Driver Negative(seglinkedit) Driver RejectNegative Negative(seglinkedit)
(Obsolete) This is the default. (Obsolete) This is the default.
object object
...@@ -252,7 +252,7 @@ Driver RejectNegative Separate ...@@ -252,7 +252,7 @@ Driver RejectNegative Separate
-pagezero_size size Allows setting the page 0 size to 4kb for certain special cases. -pagezero_size size Allows setting the page 0 size to 4kb for certain special cases.
prebind prebind
Driver Negative(noprebind) Driver RejectNegative Negative(noprebind)
(Obsolete) LD_PREBIND is no longer supported. (Obsolete) LD_PREBIND is no longer supported.
prebind_all_twolevel_modules prebind_all_twolevel_modules
...@@ -317,7 +317,7 @@ Driver RejectNegative Separate Args(3) ...@@ -317,7 +317,7 @@ Driver RejectNegative Separate Args(3)
(Obsolete, ld_classic only) -sectcreate segname sectname file (Obsolete, ld_classic only) -sectcreate segname sectname file
seglinkedit seglinkedit
Driver Negative(noseglinkedit) Driver RejectNegative Negative(noseglinkedit)
(Obsolete) Object files with LINKEDIT sections are no longer supported. (Obsolete) Object files with LINKEDIT sections are no longer supported.
segprot segprot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment