* targets.c (_bfd_target_vector): Add missing qnx vectors.
This commit is contained in:
parent
b50afec9dd
commit
ef485c0196
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-10-21 Graeme Peterson <gp@qnx.com>
|
||||
|
||||
* targets.c (_bfd_target_vector): Add missing qnx vectors.
|
||||
|
||||
2002-10-21 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* targets.c (bfd_target_list): Don't return the default target twice.
|
||||
|
|
|
@ -793,6 +793,7 @@ static const bfd_target * const _bfd_target_vector[] = {
|
|||
&bfd_elf32_bigarc_vec,
|
||||
&bfd_elf32_bigarm_oabi_vec,
|
||||
&bfd_elf32_bigarm_vec,
|
||||
&bfd_elf32_bigarmqnx_vec,
|
||||
&bfd_elf32_bigmips_vec,
|
||||
&bfd_elf32_cris_vec,
|
||||
&bfd_elf32_d10v_vec,
|
||||
|
@ -819,6 +820,7 @@ static const bfd_target * const _bfd_target_vector[] = {
|
|||
&bfd_elf32_littlearc_vec,
|
||||
&bfd_elf32_littlearm_oabi_vec,
|
||||
&bfd_elf32_littlearm_vec,
|
||||
&bfd_elf32_littlearmqnx_vec,
|
||||
&bfd_elf32_littlemips_vec,
|
||||
&bfd_elf32_m32r_vec,
|
||||
&bfd_elf32_m68hc11_vec,
|
||||
|
@ -849,7 +851,9 @@ static const bfd_target * const _bfd_target_vector[] = {
|
|||
&bfd_elf32_shl_vec,
|
||||
&bfd_elf32_shlin_vec,
|
||||
&bfd_elf32_shlnbsd_vec,
|
||||
&bfd_elf32_shlqnx_vec,
|
||||
&bfd_elf32_shnbsd_vec,
|
||||
&bfd_elf32_shqnx_vec,
|
||||
#ifdef BFD64
|
||||
&bfd_elf32_sh64_vec,
|
||||
&bfd_elf32_sh64l_vec,
|
||||
|
|
Loading…
Reference in a new issue