mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* ieee.c: (ieee_object_p) cast NULL correctly.
* configure.in: added harris host
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Wed Nov 13 09:09:41 1991 Steve Chamberlain (sac at cygnus.com)
|
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.
|
* coff-a29k.c: Lots of changes, most from David Wood.
|
||||||
|
|
||||||
Tue Nov 12 07:21:41 1991 John Gilmore (gnu at cygnus.com)
|
Tue Nov 12 07:21:41 1991 John Gilmore (gnu at cygnus.com)
|
||||||
|
@ -24,6 +24,8 @@ m88k)
|
|||||||
case "${host_vendor}" in
|
case "${host_vendor}" in
|
||||||
motorola)
|
motorola)
|
||||||
my_host=delta88 ;;
|
my_host=delta88 ;;
|
||||||
|
harris)
|
||||||
|
my_host=harris ;;
|
||||||
*)
|
*)
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
dgux) my_host=dgux ;;
|
dgux) my_host=dgux ;;
|
||||||
@ -55,9 +57,9 @@ i386)
|
|||||||
case "${host_vendor}" in
|
case "${host_vendor}" in
|
||||||
*)
|
*)
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
sysv) my_host=i386v ;;
|
sysv*) my_host=i386v ;;
|
||||||
mach) my_host=i386mach ;;
|
mach*) my_host=i386mach ;;
|
||||||
msdos) my_host=dose ;;
|
msdos*) my_host=dose ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -180,6 +182,12 @@ none|nyu|sco)
|
|||||||
tahoe | vax) bfd_target=${target_cpu} ;;
|
tahoe | vax) bfd_target=${target_cpu} ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
harris)
|
||||||
|
case "${target_cpu}" in
|
||||||
|
m88k) bfd_target=m88kbcs ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
|
||||||
motorola)
|
motorola)
|
||||||
case "${target_cpu}" in
|
case "${target_cpu}" in
|
||||||
m88k) bfd_target=m88kbcs ;;
|
m88k) bfd_target=m88kbcs ;;
|
||||||
|
Reference in New Issue
Block a user