mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 15:17:13 +08:00
targets.c (target_vector): Remove hp300bsd_vec due to clash with sunos_big_vec.
This commit is contained in:
@ -2,6 +2,7 @@ Thu Aug 19 09:45:51 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
|||||||
|
|
||||||
* configure.in, targets.c: Add missing vectors to the tables.
|
* configure.in, targets.c: Add missing vectors to the tables.
|
||||||
* targets.c (target_vector) [!SELECT_VECS]: Add DEFAULT_VECTOR.
|
* targets.c (target_vector) [!SELECT_VECS]: Add DEFAULT_VECTOR.
|
||||||
|
Remove hp300bsd_vec due to clash with sunos_big_vec.
|
||||||
|
|
||||||
Tue Aug 17 18:12:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Tue Aug 17 18:12:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
@ -451,7 +451,9 @@ bfd_target *target_vector[] = {
|
|||||||
#if 0
|
#if 0
|
||||||
&host_aout_vec,
|
&host_aout_vec,
|
||||||
#endif
|
#endif
|
||||||
|
#if 0 /* Clashes with sunos_big_vec magic no. */
|
||||||
&hp300bsd_vec,
|
&hp300bsd_vec,
|
||||||
|
#endif
|
||||||
&hp300hpux_vec,
|
&hp300hpux_vec,
|
||||||
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD)
|
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD)
|
||||||
&hppa_vec,
|
&hppa_vec,
|
||||||
|
Reference in New Issue
Block a user