s390: New machine model: zBC12


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13473 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c
index 0b16958..ac51b85 100644
--- a/coregrind/m_machine.c
+++ b/coregrind/m_machine.c
@@ -542,6 +542,7 @@
       { "2817", VEX_S390X_MODEL_Z196 },
       { "2818", VEX_S390X_MODEL_Z114 },
       { "2827", VEX_S390X_MODEL_ZEC12 },
+      { "2828", VEX_S390X_MODEL_ZBC12 },
    };
 
    Int    model, n, fh;
diff --git a/tests/s390x_features.c b/tests/s390x_features.c
index a25b189..bb45366 100644
--- a/tests/s390x_features.c
+++ b/tests/s390x_features.c
@@ -87,6 +87,7 @@
    { "2817", "z196"   },
    { "2818", "z114"   },
    { "2827", "zEC12"  },
+   { "2828", "zBC12"  },
 };