Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / opcodes / s390-mkopc.c
index 0d0767838e5e0b9c2d1c608af00307d712b85234..fe21ea1b7bae83d7301618844076328b3623df57 100644 (file)
@@ -377,7 +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)
+      else if (strcmp (cpu_string, "z15") == 0
+              || strcmp (cpu_string, "arch13") == 0)
        min_cpu = S390_OPCODE_ARCH13;
       else {
        fprintf (stderr, "Couldn't parse cpu string %s\n", cpu_string);
This page took 0.023602 seconds and 4 git commands to generate.