Patch from Gary McGary to fix i960 problem with out-of-range shifts.
authorJim Wilson <wilson@cygnus.com>
Thu, 14 May 1998 13:00:18 +0000 (13:00 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 14 May 1998 13:00:18 +0000 (06:00 -0700)
commit2129b0816f369ee6bf172e7065b0de137ac9c7f7
tree46357ccaac87478f11cb51b84425f5e44399f316
parentf2ee215beb3e13681e952395335f30dec161876a
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.

From-SVN: r19745
gcc/ChangeLog
gcc/config/i960/i960.c
gcc/config/i960/i960.h