OSDN Git Service

Patch from Gary McGary to fix i960 problem with out-of-range shifts.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 May 1998 13:00:18 +0000 (13:00 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 May 1998 13:00:18 +0000 (13:00 +0000)
commit6f1bf8a1217bcb9d5b8b63d63c962b326b5d0319
tree46357ccaac87478f11cb51b84425f5e44399f316
parent7ece5c251dd257c7e4bf665c5bc918b37d58e85c
Patch from Gary McGary to fix i960 problem with out-of-range shifts.
* i960.h (hard_regno_mode_ok): Changed to function from array of
  unsigned.
(HARD_REGNO_MODE_OK): Call function instead of testing bit.
* i960.c (hard_regno_mode_ok): Changed to function from array of
  unsigned.

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