mep.c (option_mtiny_specified): Remove.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 22 Mar 2011 22:49:06 +0000 (22:49 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 22 Mar 2011 22:49:06 +0000 (22:49 +0000)
commitdd51e35ac7251a9cac90c686790906945ce327d0
treeb88f4094f3424143f6fb43a286b4932f9c3a2815
parent4a8d3d9161118cfa3e8188b7a84f34cf842e0787
mep.c (option_mtiny_specified): Remove.

* config/mep/mep.c (option_mtiny_specified): Remove.
(mep_option_override): Move register handling for -mivc2 from
mep_handle_option.  Use global_options_set.x_mep_tiny_cutoff
instead of option_mtiny_specified.
(mep_handle_option): Access target_flags via opts pointer.  Don't
assert that global structures are in use.  Defer part of -mivc2
handling and move it to mep_option_override.
* config/mep/mep.opt (IVC2): New Mask entry.
(mivc2): Use Var and Defer instead of Mask.

From-SVN: r171328
gcc/ChangeLog
gcc/config/mep/mep.c
gcc/config/mep/mep.opt