This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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] Resolve ppc64 func descriptors as .func (via .opd)


On Wed, 05 Dec 2012 15:35:55 +0100, Mark Wielaard wrote:
> If we could keep the symbol values, except the adjusted st_value intact
> that would have my preference.

Yes, it is this way.


> If you adjust shndxp, do you also adjust sym.st_shndx?

No, I do not.  One cannot always set the real value there, it could belong to
SHN_XINDEX.

I can force there SHN_XINDEX during the .opd -> .text rewrite so that no one
mistakenly reads it.


> Both :)

Please do not mix those two.


> The symbol name against which we are matching is what it is, we
> shouldn't change its name IMHO.

We already change st_value and st_shndx.  Why not to change also the name?

(Highlighting here the principle a part of the symbol is already changing.


Thanks,
Jan

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