mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
*** empty log message ***
This commit is contained in:
parent
87f86b4ec6
commit
aacf30e313
@ -32,17 +32,23 @@ extern bfd_target b_out_vec_little_host;
|
||||
extern bfd_target b_out_vec_big_host;
|
||||
extern bfd_target icoff_little_vec;
|
||||
extern bfd_target icoff_big_vec;
|
||||
extern bfd_target ieee_vec;
|
||||
extern bfd_target oasys_vec;
|
||||
extern bfd_target m88k_bcs_vec;
|
||||
|
||||
|
||||
bfd_target *target_vector[] =
|
||||
{
|
||||
#ifndef INTEL960VERSION
|
||||
&aoutvec,
|
||||
&srec_vec,
|
||||
|
||||
#endif /* INTEL960VERSION */
|
||||
&ieee_vec,
|
||||
&oasys_vec,
|
||||
&icoff_big_vec,
|
||||
&aoutvec,
|
||||
&icoff_little_vec,
|
||||
&m88k_bcs_vec,
|
||||
&b_out_vec_big_host,
|
||||
&b_out_vec_little_host,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user