1999-05-28 Martin Dorey <mdorey@madge.com>
[binutils-gdb.git] / bfd / elf.c
index 2107281d1a177344a8c02b3d44585559f40402d9..36a4b6bd1e76df4eb9ebf19531b51997aba06376 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -3077,6 +3077,9 @@ prep_headers (abfd)
     case bfd_arch_i860:
       i_ehdrp->e_machine = EM_860;
       break;
+    case bfd_arch_i960:
+      i_ehdrp->e_machine = EM_960;
+      break;
     case bfd_arch_mips:        /* MIPS Rxxxx */
       i_ehdrp->e_machine = EM_MIPS;    /* only MIPS R3000 */
       break;