Disable sym_vec too.

This commit is contained in:
Alan Modra 2002-11-07 23:26:51 +00:00
parent 3b029f6508
commit 207b304b84
2 changed files with 5 additions and 1 deletions

View 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.

View 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,