* ieee.c: (ieee_object_p) cast NULL correctly.

* configure.in: added harris host
This commit is contained in:
Steve Chamberlain 1991-11-13 19:27:21 +00:00
parent d14a8a061e
commit 56b10d6dee
2 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,8 @@
Wed Nov 13 09:09:41 1991 Steve Chamberlain (sac at cygnus.com)
* ieee.c: (ieee_object_p) cast NULL correctly.
* configure.in: added harris host
* coff-a29k.c: Lots of changes, most from David Wood.
Tue Nov 12 07:21:41 1991 John Gilmore (gnu at cygnus.com)

View File

@ -23,7 +23,9 @@ mips)
m88k)
case "${host_vendor}" in
motorola)
my_host=delta88 ;;
my_host=delta88 ;;
harris)
my_host=harris ;;
*)
case "${host_os}" in
dgux) my_host=dgux ;;
@ -55,9 +57,9 @@ i386)
case "${host_vendor}" in
*)
case "${host_os}" in
sysv) my_host=i386v ;;
mach) my_host=i386mach ;;
msdos) my_host=dose ;;
sysv*) my_host=i386v ;;
mach*) my_host=i386mach ;;
msdos*) my_host=dose ;;
esac
;;
esac
@ -180,6 +182,12 @@ none|nyu|sco)
tahoe | vax) bfd_target=${target_cpu} ;;
esac
;;
harris)
case "${target_cpu}" in
m88k) bfd_target=m88kbcs ;;
esac
;;
motorola)
case "${target_cpu}" in
m88k) bfd_target=m88kbcs ;;