invoke.texi (H8/300 Options): Add -ms2600.
authorKazu Hirata <kazu@hxi.com>
Thu, 14 Sep 2000 18:09:16 +0000 (18:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Sep 2000 18:09:16 +0000 (12:09 -0600)
commit17f0f8fac745e2713017636cfb4adcc609227a09
tree8f9fa9e4072a5ff274103afbad1e46fad4b09780
parent9e8f528cd437be7bd63318326caeb26e702ce9f5
invoke.texi (H8/300 Options): Add -ms2600.

        * invoke.texi (H8/300 Options): Add -ms2600.
        * config/h8300.c (h8300_init_once): Output an error when -ms2600
        is used without -ms.
        * config/h8300.h (TARGET_MAC): New.
        (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
        (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
        machine other than H8/S2600.
        * config/h8300.md: Accept mac instructions on the H8/S2600 instead
        of the H8/S2000.

From-SVN: r36414
gcc/ChangeLog
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md
gcc/invoke.texi