diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-05 13:06:27 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-05 13:06:27 +0000 |
commit | e2028bfacda6880292925ddc3273b9d4e29e48f1 (patch) | |
tree | 6b1a8cba615f48d1963fa98f1d69555be29e0ee1 /gcc/config/darwin.opt | |
parent | 03d06b393750d84517695f396af0612d87784f40 (diff) | |
download | gcc-e2028bfacda6880292925ddc3273b9d4e29e48f1.tar.gz |
* defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG,
WORD_SWITCH_TAKES_ARG): Remove.
* doc/options.texi (Args): Document.
* doc/tm.texi.in (WORD_SWITCH_TAKES_ARG): Remove.
* doc/tm.texi: Regenerate.
* opt-functions.awk (switch_flags): Handle Args.
* opts-common.c: Update comment on tm.h include.
(decode_cmdline_option): Handle options with multiple arguments.
Don't check WORD_SWITCH_TAKES_ARG for unknown options.
* opts.h (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK):
Define.
(CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
CL_COMMON): Update values.
* system.h (WORD_SWITCH_TAKES_ARG): Poison.
* config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove.
* config/darwin.opt (Zsegaddr, sectalign, sectcreate,
sectobjectsymbols, sectorder, segcreate, segprot): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166359 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.opt')
-rw-r--r-- | gcc/config/darwin.opt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/config/darwin.opt b/gcc/config/darwin.opt index fac30bbd2bd..6bdfb06372d 100644 --- a/gcc/config/darwin.opt +++ b/gcc/config/darwin.opt @@ -96,6 +96,9 @@ Driver Separate Zseg_addr_table Driver Separate +Zsegaddr +Driver Separate Args(2) + Zsegs_read_only_addr Driver Separate @@ -129,9 +132,27 @@ Driver Separate read_only_relocs Driver Separate +sectalign +Driver Separate Args(3) + +sectcreate +Driver Separate Args(3) + +sectobjectsymbols +Driver Separate Args(2) + +sectorder +Driver Separate Args(3) + seg1addr Driver Separate +segcreate +Driver Separate Args(3) + +segprot +Driver Separate Args(3) + segs_read_only_addr Driver Separate |