sh.opt (mfixed-range): New option.
authorKaz Kojima <kkojima@gcc.gnu.org>
Thu, 22 May 2008 22:23:54 +0000 (22:23 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Thu, 22 May 2008 22:23:54 +0000 (22:23 +0000)
commit3217af3e616fde3ebfc47747327885439ffc8724
treeb2c226e9b1e83787ed86c0958d4b5d6a57d413a1
parent143350a8e2a65c8604f2fc5d36e04cf838bf280a
sh.opt (mfixed-range): New option.

* config/sh/sh.opt (mfixed-range): New option.
* config/sh/sh-protos.h (sh_fix_range): Declare.
* config/sh/sh.c (sh_fix_range): New function.
* config/sh/sh.h (sh_fixed_range_str): Declare.
(OVERRIDE_OPTIONS): Call sh_fix_range if sh_fixed_range_str
is not empty.
* doc/invoke.texi (SH Options): Document -mfixed-range.

From-SVN: r135779
gcc/ChangeLog
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h
gcc/config/sh/sh.opt
gcc/doc/invoke.texi