Strange LMA/VMA behavior with regions
Alan Modra
amodra@gmail.com
Wed May 11 07:45:00 GMT 2011
On Wed, May 11, 2011 at 12:50:31PM +0530, Abnikant Singh wrote:
> .text_os ALIGN(8) :
This says to set the address of the output section .text_os. When you
set the address, any input section alignment is ignored. This happens
for LMA too. The fact that your address uses the ALIGN keyword
doesn't mean anything, you are not setting alignment..
> .text_os ALIGN(8) : ALIGN(8)
as you do here.
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list