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: implementing ifunc support


On 7/8/19 2:52 PM, Florian Weimer wrote:
* Carlos O'Donell:

On 7/8/19 11:15 AM, Jason Duerstock wrote:
I'm trying to figure out how to implement ifunc support for ia64, but
I was wondering if there was a more general guide on how to do it.

There is no general "guide" to implementing IFUNC support.

You need gcc, binutils, and gcc support to implement this.

Isn't binutils (linker and assembler) and glibc support sufficient?

Without GCC, the debugging information will be wrong, but we had that
for many years even on the mainstream platforms, so it's obviously not
too bad to be unusable.

Correct, you can get away with a minimum of just binutils and glibc, which
is what we did originally for many architectures.

Modern architectures also want to wire up FMV via IFUNC in gcc, but ia64
which is not releasing new hardware will have limited use for that.

--
Cheers,
Carlos.


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