* configure: Rebuilt.
+2002-02-08 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
+ * configure: Rebuilt.
+
2002-02-08 Ivan Guzvinec <ivang@opencores.org>
* or32-opc.c: Fix compile time warning messages.
bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
bfd_sh_arch)
# We can't decide what we want just from the CPU family.
+ # We want SH5 support unless a specific version of sh is
+ # specified, as in sh3-elf, sh3b-linux-gnu, etc.
case " $target $canon_targets " in
- *" all "* | *" sh64-"* )
+ *" all "* | *" sh64-"* | *" sh-"* | *" shl-"*)
ta="$ta sh64-dis.lo sh64-opc.lo"
archdefs="$archdefs -DINCLUDE_SHMEDIA";;
esac;
bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
bfd_sh_arch)
# We can't decide what we want just from the CPU family.
+ # We want SH5 support unless a specific version of sh is
+ # specified, as in sh3-elf, sh3b-linux-gnu, etc.
case " $target $canon_targets " in
- *" all "* | *" sh64-"* )
+ *" all "* | *" sh64-"* | *" sh-"* | *" shl-"*)
ta="$ta sh64-dis.lo sh64-opc.lo"
archdefs="$archdefs -DINCLUDE_SHMEDIA";;
esac;