CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/11 10:27:14
Modified files:
libexec/ld.so/amd64: ldasm.S
Log message:
Correct the _dl_sigprocmask() stub to take and store signal masks
as 32bit values instead of 64bit values, synchronizing it with the
libc stub. gcc4 apparently packs the stack in _dl_bind() more
tightly, so this was resulting in the saved rbx register being
overwriten.
ok drahn@, marco@, NicM@
