aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-11-07 23:26:51 +0000
committerAlan Modra <amodra@gmail.com>2002-11-07 23:26:51 +0000
commit207b304b849140eb4a2d7206a76e27e4d9901db9 (patch)
tree87381dc3d6675538a62f99048f83aef50a9015b0 /bfd
parent3b029f6508ac7db0c639dc6454784988711767fe (diff)
downloadgdb-207b304b849140eb4a2d7206a76e27e4d9901db9.zip
gdb-207b304b849140eb4a2d7206a76e27e4d9901db9.tar.gz
gdb-207b304b849140eb4a2d7206a76e27e4d9901db9.tar.bz2
Disable sym_vec too.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/targets.c3
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 249b339..32cb609 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/targets.c b/bfd/targets.c
index d54c1f3..6f74471 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -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,