Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 13 Jan 2015 23:19:44 +0300
From: Oleg Ranevskyy <llvm.mail.list@...il.com>
To: musl@...ts.openwall.com
Subject: Custom __set_thread_area for ARM

Dear community,

Musl has a generic implementation of the __set_thread_area function in
src/thread/__set_thread_area.c. It is not used for ARM though. There is a
custom ARM implementation in src/thread/arm/__set_thread_area.s.

Would you be able to clarify the following question please?
Why musl doesn't define SYS_set_thread_area for ARM to utilize the generic
function and uses custom __set_thread_area instead?

Thank you in advance for any help.
Oleg

Content of type "text/html" skipped

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.