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

marcus.shawcroft@linaro.org <marcus.shawcroft at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcus.shawcroft at linaro
                   |                            |dot org

--- Comment #11 from marcus.shawcroft at linaro dot org <marcus.shawcroft at linaro dot org> 2013-05-21 12:59:16 UTC ---
I think this is a straight forward case of AArch64's _dl_runtime_resolve not
honouring the AArch64 PCS.  The correct solution is to add save and restore of
d0-d7 (not q0-q7).  I'll post a patch shortly.  I can't comment on the X86
issue.

-- 
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]