LGTM, do you have commit access?<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 29, 2012 at 12:28 AM, Logan Chien <span dir="ltr"><<a href="mailto:tzuhsiang.chien@gmail.com" target="_blank">tzuhsiang.chien@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br><br>  According to Android ABI, we have to link with libdl.so, if "-static"<br>flag is not set.  Otherwise, we will get link error on MIPS architecture,<br>
because its libgcc references `_Unwind_Find_FDE' and `dl_iterate_phdr',<br>
but these symbols are defined in libdl.so.<br><br>  I hope the patch can resolve this issue.  And the test cases has been<br>attached.  Please have a look.  Thanks.<br><br>Sincerely,<br>Logan<br><br>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>