aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-08-19 19:11:30 +0000
committerDavid MacKenzie <djm@cygnus>1993-08-19 19:11:30 +0000
commitc8e1d00b19a3140a46627e767824c0b1d760cb58 (patch)
tree591e50c945829a0360ba2f5474cff31fbba056d5 /bfd
parentcf39664e3caffc2faa5e658466c73a17efba4358 (diff)
downloadfsf-binutils-gdb-c8e1d00b19a3140a46627e767824c0b1d760cb58.zip
fsf-binutils-gdb-c8e1d00b19a3140a46627e767824c0b1d760cb58.tar.gz
fsf-binutils-gdb-c8e1d00b19a3140a46627e767824c0b1d760cb58.tar.bz2
targets.c (target_vector): Remove hp300bsd_vec due to clash with sunos_big_vec.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog1
-rw-r--r--bfd/targets.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b384879..c0f027c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
* 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)
diff --git a/bfd/targets.c b/bfd/targets.c
index f771683..272d9be 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -451,7 +451,9 @@ bfd_target *target_vector[] = {
#if 0
&host_aout_vec,
#endif
+#if 0 /* Clashes with sunos_big_vec magic no. */
&hp300bsd_vec,
+#endif
&hp300hpux_vec,
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD)
&hppa_vec,