h8300.c (print_operand): Print ":8" when the 'R' operand is suitable for 8-bit absolute.
authorKazu Hirata <kazu@hxi.com>
Thu, 27 Jul 2000 01:38:33 +0000 (01:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 27 Jul 2000 01:38:33 +0000 (19:38 -0600)
commit9f9f0e4f9ec0c98423fe80a860da80893d77e230
treef24e797ffc2e9d3e97dcb8d3f9007fc76e0374c1
parentec1bff50af97c7cab92ba2c29ff841e88e697cb6
h8300.c (print_operand): Print ":8" when the 'R' operand is suitable for 8-bit absolute.

        * h8300.c (print_operand): Print ":8" when the 'R' operand is
        suitable for 8-bit absolute.
        * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
        (OK_FOR_U): Add a case for the 8-bit constant address on the
        H8/300H.

From-SVN: r35278
gcc/ChangeLog
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h