h8300.c (h8300_eightbit_constant_address_p): New.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 29 Oct 2002 17:55:45 +0000 (17:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 29 Oct 2002 17:55:45 +0000 (17:55 +0000)
commit803d56f52a6eee9870b0f5c821f2bc24b025bf0a
tree25fa6c8a4235d87e518bce3356a48de9b773b28c
parent6bb8a3f75af9ddb66a0e35fe2be54b6a4bf109e1
h8300.c (h8300_eightbit_constant_address_p): New.

* config/h8300/h8300.c (h8300_eightbit_constant_address_p): New.
(h8300_tiny_constant_address_p): Likewise.
* config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
h8300_eightbit_constant_address_p.
(TINY_CONSTANT_ADDRESS_P): Use h8300_tiny_constant_address_p.
* config/h8300/h8300-protos.h: Add the prototypes for the two
new functions.

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