Comment 1 for bug 1306829

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

This is my fault; somehow I sent Adam the old versions of Will's patch in the debdiff I attached to bug 1279620. Sorry guys :(

The correct version is https://sourceware.org/ml/libc-alpha/2014-04/msg00006.html. The fix is changing

 ldr x1, [x9, UCONTEXT_SIGMASK]

to

 add x1, x9, #UCONTEXT_SIGMASK

(alongside some whitespace only fixes)