* elf32-xtensa.c (elf_xtensa_relocate_section): Use
[deliverable/binutils-gdb.git] / opcodes / s390-mkopc.c
index caa9993a88131d6cb5f9adaa8867a8d32257698b..34188e6216f40ab45f8d152e8df288ea3a0a7463 100644 (file)
@@ -34,7 +34,8 @@ enum s390_opcode_cpu_val
   {
     S390_OPCODE_G5 = 0,
     S390_OPCODE_G6,
-    S390_OPCODE_Z900
+    S390_OPCODE_Z900,
+    S390_OPCODE_Z990
   };
 
 struct op_struct
@@ -192,6 +193,8 @@ main (void)
            min_cpu = S390_OPCODE_G6;
          else if (strcmp (cpu_string, "z900") == 0)
            min_cpu = S390_OPCODE_Z900;
+         else if (strcmp (cpu_string, "z990") == 0)
+           min_cpu = S390_OPCODE_Z990;
          else {
            fprintf (stderr, "Couldn't parse cpu string %s\n", cpu_string);
            exit (1);
This page took 0.023151 seconds and 4 git commands to generate.