aboutsummaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-11-07 23:13:30 +0000
committerAlan Modra <amodra@gmail.com>2002-11-07 23:13:30 +0000
commit3b029f6508ac7db0c639dc6454784988711767fe (patch)
treed3ed28e61b6fc0126ac714b9ec4a9703e98e890a /bfd/targets.c
parent4258491202942e4fe8b8cd21a29f01ade1ebc6ce (diff)
downloadgdb-3b029f6508ac7db0c639dc6454784988711767fe.zip
gdb-3b029f6508ac7db0c639dc6454784988711767fe.tar.gz
gdb-3b029f6508ac7db0c639dc6454784988711767fe.tar.bz2
* targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 6a68eaa..d54c1f3 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -997,8 +997,11 @@ static const bfd_target * const _bfd_target_vector[] = {
&pc532machaout_vec,
&pc532netbsd_vec,
&pdp11_aout_vec,
+#if 0
+ /* bfd_pef_object_p and bfd_pef_xlib_object_p are broken. */
&pef_vec,
&pef_xlib_vec,
+#endif
#if 0
/* This has the same magic number as RS/6000. */
&pmac_xcoff_vec,