Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 30 Apr 2016 12:55:19 -0500
From: Dan Parrot <dan.parrot@...l.com>
To: musl@...ts.openwall.com
Subject: PowerPC Port: Question about magic numbers in sigsetjmp.s

I'm trying to modify the PowerPC port in order to run it on a 64-bit
Little Endian system. I haven't been able to get pthreads to pass the
tests in libc-testsuite and I believe the culprit to be sigsetjmp.s.

I would be grateful for an explanation of the offsets added to register
3 in these two lines in sigsetjmp.s:

stw 5, 448(3)
stw 16, 448+4+8(3)


Thanks.
Dan.


Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.