arc: Add nps400 machine type, and assembler flag.
[deliverable/binutils-gdb.git] / bfd / elf32-arc.c
index ec818524f282c2e54bf1cbb1a07a356344da51dc..488b86fccc01ff2ac79c5c765adb14a773a4b503 100644 (file)
@@ -610,6 +610,9 @@ arc_elf_object_p (bfd * abfd)
          case E_ARC_MACH_ARC700:
            mach = bfd_mach_arc_arc700;
            break;
+         case E_ARC_MACH_NPS400:
+           mach = bfd_mach_arc_nps400;
+           break;
          case EF_ARC_CPU_ARCV2HS:
          case EF_ARC_CPU_ARCV2EM:
            mach = bfd_mach_arc_arcv2;
@@ -659,6 +662,9 @@ arc_elf_final_write_processing (bfd * abfd,
     case bfd_mach_arc_arc700:
       emf = EM_ARC_COMPACT;
       break;
+    case bfd_mach_arc_nps400:
+      emf = EM_ARC_COMPACT;
+      break;
     case bfd_mach_arc_arcv2:
       emf = EM_ARC_COMPACT2;
       break;
This page took 0.028865 seconds and 4 git commands to generate.