1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>8.README.S390</title>
<link rel="stylesheet" type="text/css" href="vg_basic.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Valgrind Documentation">
<link rel="up" href="dist.html" title="Valgrind Distribution Documents">
<link rel="prev" href="dist.readme-packagers.html" title="7.README_PACKAGERS">
<link rel="next" href="dist.readme-android.html" title="9.README.android">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div><table class="nav" width="100%" cellspacing="3" cellpadding="3" border="0" summary="Navigation header"><tr>
<td width="22px" align="center" valign="middle"><a accesskey="p" href="dist.readme-packagers.html"><img src="images/prev.png" width="18" height="21" border="0" alt="Prev"></a></td>
<td width="25px" align="center" valign="middle"><a accesskey="u" href="dist.html"><img src="images/up.png" width="21" height="18" border="0" alt="Up"></a></td>
<td width="31px" align="center" valign="middle"><a accesskey="h" href="index.html"><img src="images/home.png" width="27" height="20" border="0" alt="Up"></a></td>
<th align="center" valign="middle">Valgrind Distribution Documents</th>
<td width="22px" align="center" valign="middle"><a accesskey="n" href="dist.readme-android.html"><img src="images/next.png" width="18" height="21" border="0" alt="Next"></a></td>
</tr></table></div>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="dist.readme-s390"></a>8.README.S390</h1></div></div></div>
<div class="literallayout"><p><br>
<br>
Requirements<br>
------------<br>
-YouneedGCC3.4orlatertocompilethes390port.<br>
-Torunvalgrindaz10machineoranylatermodelisrecommended.<br>
Oldermachinemodelsdowntoandincludingz990mayworkbuthave<br>
notbeentestedextensively.<br>
<br>
<br>
Limitations<br>
-----------<br>
-31-bitclientprogramsarenotsupported.<br>
-Hexadecimalfloatingpointisnotsupported.<br>
-Transactionalmemoryisnotsupported.<br>
-Instructionsoperatingonvectorregistersarenotsupported.<br>
-memcheck,cachegrind,drd,helgrind,massif,lackey,andnoneare<br>
supported.<br>
-Onmachinemodelspredatingz10,cachegrindwillassumeaz10cache<br>
architecture.Otherwise,cachegrindwillquerythehostscachesystem<br>
andusethoseparameters.<br>
-callgrindandallexperimentaltoolsarecurrentlynotsupported.<br>
-Somegccversionsusemvctocopy4/8bytevalues.Thiswillaffect<br>
certaindebugmessages.Forexample,memcheckwillcomplainabout<br>
4one-bytereads/writesinsteadofjustasingleread/write.<br>
-Thetransactional-executionfacilityisnotsupported;itismasked<br>
offfromHWCAP.<br>
-Thevectorfacilityisnotsupported;itismaskedofffromHWCAP.<br>
<br>
<br>
Hardwarefacilities<br>
-------------------<br>
Valgrinddoesnotrequirethatthehostmachinehasthesamehardware<br>
facilitiesasthemachineforwhichtheclientprogramwascompiled.<br>
Thisisconvenient.Ifpossible,theJITcompilerwilltranslatethe<br>
clientinstructionsaccordingtothefacilitiesavailableonthehost.<br>
Thismeans,though,thatprobingforhardwarefacilitiesbyissuing<br>
instructionsfromthatfacilityandobservingwhetherSIGILListhrown<br>
maynotwork.Asaconsequence,programsthatattempttodosomay<br>
behavedifferently.Itisbelievedthatthisisarareusecase.<br>
<br>
<br>
Recommendations<br>
---------------<br>
Applicationsshouldbecompiledwith-fno-builtintoavoid<br>
falsepositivesduetobuiltinstringoperationswhenrunningmemcheck.<br>
<br>
<br>
ReadingMaterial<br>
----------------<br>
(1)LinuxforzSeriesELFABISupplement<br>
http://refspecs.linuxfoundation.org/ELF/zSeries/index.html<br>
(2)z/ArchitecturePrinciplesofOperation<br>
http://publibfi.boulder.ibm.com/epubs/pdf/dz9zr010.pdf<br>
(3)z/ArchitectureReferenceSummary<br>
http://publibfi.boulder.ibm.com/epubs/pdf/dz9zs008.pdf<br>
<br>
</p></div>
</div>
<div>
<br><table class="nav" width="100%" cellspacing="3" cellpadding="2" border="0" summary="Navigation footer">
<tr>
<td rowspan="2" width="40%" align="left">
<a accesskey="p" href="dist.readme-packagers.html"><<7.README_PACKAGERS</a></td>
<td width="20%" align="center"><a accesskey="u" href="dist.html">Up</a></td>
<td rowspan="2" width="40%" align="right"><a accesskey="n" href="dist.readme-android.html">9.README.android>></a>
</td>
</tr>
<tr><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td></tr>
</table>
</div>
</body>
</html>
|