From: Alan Modra Date: Thu, 7 Nov 2002 23:13:30 +0000 (+0000) Subject: * targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec. X-Git-Tag: cagney-unwind-20030108-branchpoint~870 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b029f6508ac7db0c639dc6454784988711767fe;p=external%2Fbinutils.git * targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 37832d9..249b339 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2002-11-08 Alan Modra + * targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec. + * dwarf2.c: Revert last change. 2002-11-07 Michal Ludvig 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,