mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* targets.c (target_vector): Take out oasys (unless that is
the default): Because there is no magic number in archives, there can be annoying target mis-matches.
This commit is contained in:
@ -422,10 +422,12 @@ bfd_target *target_vector[] = {
|
|||||||
&ecoff_little_vec,
|
&ecoff_little_vec,
|
||||||
&ecoff_big_vec,
|
&ecoff_big_vec,
|
||||||
&ieee_vec,
|
&ieee_vec,
|
||||||
#if 1
|
#if 0
|
||||||
/* We have no oasys tools anymore, so we can't test any of this
|
/* We have no oasys tools anymore, so we can't test any of this
|
||||||
anymore. If you want to test the stuff yourself, go ahead...
|
anymore. If you want to test the stuff yourself, go ahead...
|
||||||
steve@cygnus.com */
|
steve@cygnus.com
|
||||||
|
Worse, since there is no magic number for archives, there
|
||||||
|
can annoying target mis-matches. */
|
||||||
&oasys_vec,
|
&oasys_vec,
|
||||||
#endif
|
#endif
|
||||||
&sunos_big_vec,
|
&sunos_big_vec,
|
||||||
|
Reference in New Issue
Block a user