Fix typo: bfd_mmo_mmix_vec => bfd_mmo_vec.
This commit is contained in:
parent
3c1bae7f0b
commit
a53ecf01a5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* targets.c: Fix typo: bfd_mmo_mmix_vec => bfd_mmo_vec.
|
||||
|
||||
2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* Makefile.am (ALL_MACHINES): Add cpu-mmix.lo.
|
||||
|
|
|
@ -815,7 +815,7 @@ static const bfd_target * const _bfd_target_vector[] = {
|
|||
&bfd_elf64_tradbigmips_vec,
|
||||
&bfd_elf64_tradlittlemips_vec,
|
||||
&bfd_elf64_x86_64_vec,
|
||||
&bfd_mmo_mmix_vec,
|
||||
&bfd_mmo_vec,
|
||||
#endif
|
||||
&bfd_powerpc_pe_vec,
|
||||
&bfd_powerpc_pei_vec,
|
||||
|
|
Loading…
Reference in a new issue