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/15128] dynamic loader may clobber floating-point parameters on AArch64


http://sourceware.org/bugzilla/show_bug.cgi?id=15128

--- Comment #9 from Alexander Monakov <amonakov at gmail dot com> 2013-02-24 18:10:56 UTC ---
Created attachment 6891
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6891
testcase with ifunc that fails on x86-64

This problem is not limited to AArch64.  Attached is a testcase that fails on
x86-64 (and probably other arches as well).  In this case, an IFUNC resolver
function clobbers xmm0, which is not saved/restored in _dl_runtime_resolve.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]