OSDN Git Service

* config/h8300/h8300-protos.h: Remove prototypes for
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 01:35:12 +0000 (01:35 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 01:35:12 +0000 (01:35 +0000)
commitc76197441c6a5a6c4b39eda4203c4d1b67c3e7b5
treeff1dfda87a769361d3707bb78a4b7cc2c9df4b09
parentb7d8785cb46760088cab4f3311d5a371ec333d73
* config/h8300/h8300-protos.h: Remove prototypes for
ok_for_bclr and small_power_of_two.
* config/h8300/h8300.c (small_power_of_two): Remove.
(ok_for_blcr): Likewise.
(fix_bit_operand): Make WHAT deal with an integer instead of a
constraint character.
* config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
(CONST_OK_FOR_P): Likewise.
(CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
CONST_OK_FOR_P any more.
* config/h8300/h8300.md (andqi3): Adjust to the new prototype
of fix_bit_operand.
(iorqi3): Likewise.
(xorqi3): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54037 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md