This is fine, please commit. If you don't have commit access, I'll commit tomorrow. Thanks for fixing!<br><br><div class="gmail_quote">On Thu, Dec 8, 2011 at 2:14 AM, Atanasyan, Simon <span dir="ltr"><<a href="mailto:satanasyan@mips.com">satanasyan@mips.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Clang driver passes --hash-style=gnu / --hash-style=both options to the linker when the driver runs on some Linux distributions. If a target architecture is Mips, the linker shows the following error:<br>

<br>
mips-linux-gnu-ld: .gnu.hash is incompatible with the MIPS ABI<br>
<br>
That is because .gnu.hash and the MIPS ABI require .dynsym to be sorted in different ways. .gnu.hash needs symbols to be grouped by hash code whereas the MIPS ABI requires a mapping between the GOT and the symbol table. Here is the patch to fix this problem.<br>

<span class="HOEnZb"><font color="#888888"><br>
--<br>
Simon</font></span><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>