<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 28, 2016 at 3:27 PM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 28 October 2016 at 23:02, Rui Ueyama via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
> Awesome results!<br>
<br>
I'm surprised! LLD is barely working on ARM at the moment. :)<br>
<span><br>
<br>
> I wonder if ARM32 BE is a real thing. I know that the processor is<br>
> bi-endian, but is there any system that uses ARM32 in big-endian mode?<br>
<br>
</span>Yes... it is "a thing". :)<br></blockquote><div><br></div><div>Apologies for my ignorance. :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ARM has two modes: BE32 and BE8 (mixed) and they can be enabled via<br>
CP15 registers.<br></blockquote><div><br></div><div>Supporting both BE and LE should be easy. We have very small amount of code to support both for MIPS.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0290g/ch06s05s01.html" rel="noreferrer" target="_blank">http://infocenter.arm.com/help<wbr>/index.jsp?topic=/com.arm.doc.<wbr>ddi0290g/ch06s05s01.html</a><br>
<br>
<br>
cheers,<br>
--renato<br>
</blockquote></div><br></div></div>