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: PR ld/13616: linker should pad executable sections with nops, not zeros


On Thu, Jan 26, 2012 at 11:35:40AM -0800, H.J. Lu wrote:
> Linker pads text sections with nop via linker script.  It doesn't work
> on orphaned sections. This patch adds a fill function to bfd_arch_info
> so that each arch can provide appropriate no-op sequence based on size
> and endian.  I added x86 fill function and the default fill function
> keeps existing behavior.  I also changed the x86 ELF linkers to use x86
> fill function instead of fixed no-op.  OK to install?

OK.  Bump bfd version to 2.22.52 (bfd/configure.in:AM_INIT_AUTOMAKE).

-- 
Alan Modra
Australia Development Lab, IBM


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