rx.c (rx_is_legitimate_constant): Treat a maximum constant size of 4 as being the...
authorNick Clifton <nickc@redhat.com>
Tue, 2 Feb 2010 09:18:04 +0000 (09:18 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 2 Feb 2010 09:18:04 +0000 (09:18 +0000)
commitc9c27b723cf59fc765f46c4bc0fbda82840c0f5b
tree205ad4cd94fa03aaee5be026dfc17468510acf98
parent4546b861fba352876c796c09ce323090a96f9725
rx.c (rx_is_legitimate_constant): Treat a maximum constant size of 4 as being the same as 0.

       * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
       constant size of 4 as being the same as 0.
       * doc/invoke.texi (RX Options): Document that -mmax-constant-size
       can take values in the range 0..4.

From-SVN: r156447
gcc/ChangeLog
gcc/config/rx/rx.c
gcc/doc/invoke.texi