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] initial i386-nacl target support for gas


On Fri, Jan 20, 2012 at 3:27 PM, Roland McGrath <mcgrathr@google.com> wrote:
> This patch adds initial support for the i386-nacl target to gas. ?It's
> already supported in BFD. ?This is not everything that's needed to be
> actually useful for building Native Client binaries, but it's a start.
>
> I cleaned up md_section_align to use "if (constant)" instead of #if for
> its sometimes-used code. ?This is generally good practice that reduces
> chances of bit rot in the code not used in many configurations, and it
> also makes it easier and cleaner for a te-*.h file like mine to enable
> this code.
>
>

Can you change linker to pad text section with nops?


-- 
H.J.


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