|
From: <sv...@va...> - 2013-07-28 15:29:44
|
florian 2013-07-28 16:29:36 +0100 (Sun, 28 Jul 2013)
New Revision: 13473
Log:
s390: New machine model: zBC12
Modified files:
trunk/coregrind/m_machine.c
trunk/tests/s390x_features.c
Modified: trunk/tests/s390x_features.c (+1 -0)
===================================================================
--- trunk/tests/s390x_features.c 2013-07-25 23:37:02 +01:00 (rev 13472)
+++ trunk/tests/s390x_features.c 2013-07-28 16:29:36 +01:00 (rev 13473)
@@ -87,6 +87,7 @@
{ "2817", "z196" },
{ "2818", "z114" },
{ "2827", "zEC12" },
+ { "2828", "zBC12" },
};
Modified: trunk/coregrind/m_machine.c (+1 -0)
===================================================================
--- trunk/coregrind/m_machine.c 2013-07-25 23:37:02 +01:00 (rev 13472)
+++ trunk/coregrind/m_machine.c 2013-07-28 16:29:36 +01:00 (rev 13473)
@@ -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;
|