OSDN Git Service

Disable sym_vec too.
authoramodra <amodra>
Thu, 7 Nov 2002 23:26:51 +0000 (23:26 +0000)
committeramodra <amodra>
Thu, 7 Nov 2002 23:26:51 +0000 (23:26 +0000)
bfd/ChangeLog
bfd/targets.c

index 249b339..32cb609 100644 (file)
@@ -1,6 +1,7 @@
 2002-11-08  Alan Modra  <amodra@bigpond.net.au>
 
-       * targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec.
+       * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
+       and sym_vec.
 
        * dwarf2.c: Revert last change.
 
index d54c1f3..6f74471 100644 (file)
@@ -1031,7 +1031,10 @@ static const bfd_target * const _bfd_target_vector[] = {
        &sparclynx_coff_vec,
        &sparcnetbsd_vec,
        &sunos_big_vec,
+#if 0
+       /* bfd_sym_object_p is broken.  */
        &sym_vec,
+#endif
        &tic30_aout_vec,
        &tic30_coff_vec,
        &tic54x_coff0_beh_vec,