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: [PATCH] ARM - gas: Maximum alignment size augmented to 64


On Wed, Jun 17, 2009 at 07:27:42PM +0100, Richard Earnshaw wrote:
> This is OK as far as it goes, but why is there a limit at all?  Other
> architectures don't seem to be restricted in this way.

>From reading the code, it seems to be a misunderstanding of the
(quite confusing) frag fields.  An align frag has a fixed part and a
repeating part.  But see the loop at the end of arm_handle_align -
it's repeating the repeating part into an allocated buffer.  That's
not needed.

This has been there since 2001.

-- 
Daniel Jacobowitz
CodeSourcery


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