* Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
[deliverable/binutils-gdb.git] / bfd / elf.c
index d394f348cb0a8c2d54ec9fcd1ecf3d293a9d107d..0da1c95d913171a21ab74fec42ad3dd44c9173d1 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -3361,6 +3361,9 @@ prep_headers (abfd)
     case bfd_arch_pj:
       i_ehdrp->e_machine = EM_PJ;
       break;
+    case bfd_arch_cris:
+      i_ehdrp->e_machine = EM_CRIS;
+      break;
       /* also note that EM_M32, AT&T WE32100 is unknown to bfd */
     default:
       i_ehdrp->e_machine = EM_NONE;
This page took 0.047555 seconds and 4 git commands to generate.