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 2/4] LD: Support fixed-size sections some psABIs may require


Hi Maciej,

> Define a SEC_FIXED_SIZE section flag for target backends to use for 
> output sections whose size has been fixed in the psABI.  The size of 
> such sections will not be changed anyhow by the generic linker and it is 
> up to the target backend to get their size right.

One thing that worries me is - should the linker issue a warning/error
message if the user does attempt to change the size of a fixed-size section ?
Or maybe only issue the message if the size change would make the section
bigger than is allowed ?

Hmm, actually, going one step further - do we need to support a FIXED_SIZE(<vale>)
section attribute for linker scripts, so that these sections can be defined 
there too ?

Cheers
  Nick



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