[aarch64] - Only use MOV for disassembly when shifter op is LSL #0
[binutils-gdb.git] / opcodes / s390-mkopc.c
index 0d4c9df777a45de0283f24c6a8b9762a8d9ad4d0..81cc3cf65888ce7c0440cca72dee043a7f351113 100644 (file)
@@ -1,5 +1,5 @@
 /* s390-mkopc.c -- Generates opcode table out of s390-opc.txt
-   Copyright (C) 2000-2017 Free Software Foundation, Inc.
+   Copyright (C) 2000-2018 Free Software Foundation, Inc.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
 
    This file is part of the GNU opcodes library.
@@ -374,7 +374,8 @@ main (void)
       else if (strcmp (cpu_string, "z13") == 0
               || strcmp (cpu_string, "arch11") == 0)
        min_cpu = S390_OPCODE_Z13;
-      else if (strcmp (cpu_string, "arch12") == 0)
+      else if (strcmp (cpu_string, "z14") == 0
+              || strcmp (cpu_string, "arch12") == 0)
        min_cpu = S390_OPCODE_ARCH12;
       else {
        fprintf (stderr, "Couldn't parse cpu string %s\n", cpu_string);