Automatic date update in version.in
[deliverable/binutils-gdb.git] / opcodes / s390-mkopc.c
index 1568d141cc0cfeeac9cf4ae487cb21e8c9bce860..0d0767838e5e0b9c2d1c608af00307d712b85234 100644 (file)
@@ -377,6 +377,8 @@ main (void)
       else if (strcmp (cpu_string, "z14") == 0
               || strcmp (cpu_string, "arch12") == 0)
        min_cpu = S390_OPCODE_ARCH12;
+      else if (strcmp (cpu_string, "arch13") == 0)
+       min_cpu = S390_OPCODE_ARCH13;
       else {
        fprintf (stderr, "Couldn't parse cpu string %s\n", cpu_string);
        exit (1);
This page took 0.022804 seconds and 4 git commands to generate.