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]

detecting section overflow without using the MEMORY command


is there a way (or trick) to control the size of an output section without 
defining the region in MEMORY ?  it'd be nice if there were an optional 
LENGTH() argument with output sections ...
section [address] [(type)] :
[AT(lma)] [ALIGN(section_align)] [SUBALIGN(subsection_align)] [LENGTH(length)]
{
  ...

the linux kernel has a lot of common code for the vmlinux linker scripts which 
prevents using MEMORY regions at the same time
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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