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: No error for Linker Section Overlapping


On Mon, Apr 23, 2007 at 08:25:15PM +0530, Deepen Mantri wrote:
> Could you please explain me in detail, what could be the other
> consequences
> of the modifications done? 

Changing the lma to vma relationship will put .bss into a different
load segment.  Usually you wouldn't want that to happen, because it
needlessly creates a new segment.

You do apparently want that to happen.  Please just add
"AT(ADDR(.bss))" to your .bss output section description.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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