]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec.
authorAlan Modra <amodra@gmail.com>
Thu, 7 Nov 2002 23:13:30 +0000 (23:13 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 7 Nov 2002 23:13:30 +0000 (23:13 +0000)
bfd/ChangeLog
bfd/targets.c

index 37832d95719fdf31e8d42125a2c59d98b5079787..249b3395c11f3d5a3f7baae2032107aa7193c78b 100644 (file)
@@ -1,5 +1,7 @@
 2002-11-08  Alan Modra  <amodra@bigpond.net.au>
 
+       * targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec.
+
        * dwarf2.c: Revert last change.
 
 2002-11-07  Michal Ludvig  <mludvig@suse.cz>
index 6a68eaa13f0e2dab081a4ee6f399dd3748be7d39..d54c1f382acfb12a0029ef53e2ac5b4b017696e6 100644 (file)
@@ -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,