Make the objfile destructor private
[deliverable/binutils-gdb.git] / opcodes / s390-mkopc.c
index 1568d141cc0cfeeac9cf4ae487cb21e8c9bce860..fe21ea1b7bae83d7301618844076328b3623df57 100644 (file)
@@ -377,6 +377,9 @@ main (void)
       else if (strcmp (cpu_string, "z14") == 0
               || strcmp (cpu_string, "arch12") == 0)
        min_cpu = S390_OPCODE_ARCH12;
+      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);
        exit (1);
This page took 0.024417 seconds and 4 git commands to generate.