This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gold][PATCH] Fix failing ARM tests


The semantics of .align is system dependent.  On ARM, .align behaves
the same as .p2align

https://sourceware.org/binutils/docs/as/Align.html

I can use .p2align if you prefer that.

On Thu, Jul 2, 2015 at 11:05 AM, Cary Coutant <ccoutant@gmail.com> wrote:
>> +# Align stub table for address matching.
>> +       .align  12
>
> These look wrong -- did you mean ".align 16" or maybe ".p2align 12"?
>
> -cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]