<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 3, 2014 at 12:50 PM, Mark Seaborn <span dir="ltr"><<a href="mailto:mseaborn@chromium.org" target="_blank">mseaborn@chromium.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":cui" style="overflow:hidden">Hi sdyatkovskiy,<br>
<br>
Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug<br>
<br>
NaCl's ARM ABI uses 16 byte stack alignment.<br>
<br>
Using this alignment exposes a bug in code generation in which a<br>
varargs function leaves a 4 byte gap between the values of r1-r3 saved<br>
to the stack and the following arguments that were passed on the<br>
stack.</div></blockquote></div><br>FWIW, if possible it would be good to split this type of change into two patches -- the bug fix, and the change which uncovered it.</div><div class="gmail_extra"><br></div><div class="gmail_extra">
Not that I know anything about ARM NaCl ABI. =]</div></div>