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: More Solaris 2 ABI fixes: emit local _START_, _END_


On 09/27/2010 10:11 AM, Rainer Orth wrote:
> TEXT_START_SYMBOLS='_START_ = .;'
> OTHER_END_SYMBOLS='_END_ = .;'

Create global symbols like this code does, but ...

> My next attempt was to achieve this directly in ld/emultempl/solaris2.em
> with C code: I tried all of gld${EMULATION_NAME}_before_allocation,
> _after_allocation, and _finish with a snippet like this

... do it here, then mark them STV_HIDDEN.



r~


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