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 #3 from Mikael Pettersson <mikpe at it dot uu.se> 2013-02-11 09:09:25 UTC ---
In principle I agree that whatever assembly glue there is between the
application's call and the dynamic loader's C code should preserve the
parameter registers.  The main argument against doing that is that it causes
runtime overheads that often are unnecessary, e.g. saving FP registers can be
avoided.

Ultimately it's up to the aarch64 maintainers to decide how to resolve this
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]