2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
[deliverable/binutils-gdb.git] / gas / config / tc-s390.c
index 463cde7a07d2612aaf11bc036e361f979886c38d..6ca31f7b43b42ddd68d7a448a253521fb9aa69ab 100644 (file)
@@ -411,6 +411,8 @@ md_parse_option (c, arg)
            current_cpu = S390_OPCODE_Z990;
          else if (strcmp (arg + 5, "z9-109") == 0)
            current_cpu = S390_OPCODE_Z9_109;
+         else if (strcmp (arg + 5, "z9-ec") == 0)
+           current_cpu = S390_OPCODE_Z9_EC;
          else
            {
              as_bad (_("invalid switch -m%s"), arg);
This page took 0.022942 seconds and 4 git commands to generate.