mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
* targets.c (_bfd_target_vector): Disable pef_vec and pef_xlib_vec.
This commit is contained in:
parent
4258491202
commit
3b029f6508
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user