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: LD: Output section SPECIAL attribute?


On Thu, Jan 27, 2011 at 08:40:01AM +0100, Sebastian Huber wrote:
> Hello,
> 
> in the PowerPC default linker command file you find for example this:
> 
> .got : SPECIAL { *(.got) }
> 
> What is the meaning of the SPECIAL output section attribute?  It is not in the
> documentation.

It isn't documented because it isn't for general use.  See
ld/emultempl/ppc32elf.em:ppc_after_open.

-- 
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]