This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug dynamic-link/21265] _dl_runtime_resolve isn't compatible with Intel C++ __regcall calling convention


https://sourceware.org/bugzilla/show_bug.cgi?id=21265

--- Comment #8 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
On Mon, 20 Mar 2017, fweimer at redhat dot com wrote:

> > i386 _dl_runtime_resolve preserves EAX, ECX and EDX for regparm:
> 
> I think this is mainly for internal glibc use (see the internal_function
> macro).  I don't think you should read into this that glibc supports a
> different ABI than what's specified in the psABI supplement.

As far as I know, anything marked with internal_function should never be 
called through the PLT.  Are there any such functions that are not also 
marked with attribute_hidden?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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