sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the 32-bit ABI libfuncs to NULL.
authorDavid S. Miller <davem@redhat.com>
Mon, 24 Jun 2002 10:08:38 +0000 (03:08 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 24 Jun 2002 10:08:38 +0000 (03:08 -0700)
commit556a56acec1f32fe977c0d48da84bbff4373fd93
tree0b57b1ced0947668bcdbc374a39f118f0c2008e8
parent2c35c7be14cfc9b9c515e5f4767c2f56e9217c44
sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the 32-bit ABI libfuncs to NULL.

2002-06-24  David S. Miller  <davem@redhat.com>

* config/sparc/sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the
32-bit ABI libfuncs to NULL.

* expmed.c (expand_divmod): Do not set optab1/optab2 to the shift
optabs if op1 is const0_rtx.

From-SVN: r54950
gcc/ChangeLog
gcc/config/sparc/sparc.h
gcc/expmed.c