<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Jim,<br>
<br>
I'm retrofitting my Mips portion of the e_header patch to fit what was done for ARM. A few questions:<br>
<br>
Why is ARM here in MCELFStreamer.h? Is this just an early fix?<br>
<br>
<font size="2"><span style="font-size:10pt;">> +  static bool classof(const MCStreamer *S) {<br>
> +    return S->getKind() == SK_ELFStreamer && S->getKind() == SK_ARMELFStreamer;<br>
> +  }<br>
</span></font><br>
And I assume that I will want to add an SK_MipsELFStreamer enum variant to MCStreamer.h.<br>
<br>
Jack<br>
</div>
</body>
</html>