Add support for generating FR30 machine number

This commit is contained in:
Nick Clifton 1998-11-10 23:15:10 +00:00
parent ac3ebf1a48
commit ac0442dd24
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Tue Nov 10 15:13:59 1998 Nick Clifton <nickc@cygnus.com>
* elf.c (prep_headers): Add support for bfd_arch_fr30.
Tue Nov 10 13:37:36 1998 Felix Lee <flee@cygnus.com>
* acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE,

View file

@ -3067,6 +3067,9 @@ prep_headers (abfd)
case bfd_arch_d30v:
i_ehdrp->e_machine = EM_CYGNUS_D30V;
break;
case bfd_arch_fr30:
i_ehdrp->e_machine = EM_CYGNUS_FR30;
break;
case bfd_arch_v850:
switch (bfd_get_mach (abfd))
{