<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;">I need to create a subclass that derives from MCELFStreamer.<br>
<br>
We use MCELFStreamer for direct object generation and need to override a virtual method in the base class MCStreamer::EmitGPRel32Value().<br>
<br>
I have been having trouble creating the subclass due to #include issues. I can't seem to get it right at the lib/target/<my target>/MCTargetDesc level. My first thought is always that I am doing something wrong and that may still be the issue, but it is suspicious
 that no one has subclassed MCELFStreamer yet.<br>
<br>
Am I missing something obvious or is this class in need of header file reorganization?<br>
<br>
Any constructive suggestion is welcome. I need to get my gp relative data relocations generated :-)<br>
<br>
Jack<br>
</div>
</body>
</html>