<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Mar 7, 2011 at 1:49 PM, Orna Agmon Ben-Yehuda <span dir="ltr">&lt;<a href="mailto:ladypine@gmail.com">ladypine@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div dir="ltr"><br><br><div class="gmail_quote"><div class="im">On Mon, Mar 7, 2011 at 12:18 PM, Muli Ben-Yehuda <span dir="ltr">&lt;<a href="mailto:muli@il.ibm.com" target="_blank">muli@il.ibm.com</a>&gt;</span> wrote:<br>

</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>On Mon, Mar 07, 2011 at 12:11:36PM +0200, Erez D wrote:<br>
<br>
&gt; I have a function which is not called in a regular way, so gcc<br>
&gt; thinks it is dead code.  however it is not, and i am looking for a<br>
&gt; way to tell the linker not to remove it.<br>
<br>
</div>extern<br>
<br>
<br></blockquote></div></div><div>And set the function pointer to a global variable, so that the linker cannot know if the value is used or not.</div><div>This trick I learned from Nadav Har&#39;El worked through many compilers and linkers over the past decade. </div>

</div></div></blockquote><div>i know this hack, but i preffered a direct method<br><br>thanks,<br>erez. <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div dir="ltr"><div class="gmail_quote"><div class="im">
<div> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il" target="_blank">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</blockquote></div></div><br><br clear="all"><br>-- <br>Orna Agmon Ben-Yehuda.<br><a href="http://ladypine.org" target="_blank">http://ladypine.org</a><br>
</div>
</blockquote></div><br></div>