summaryrefslogtreecommitdiff
path: root/src/thread/microblaze
AgeCommit message (Expand)AuthorFilesLines
2018-09-12make arch __set_thread_area backends hiddenRich Felker1-0/+1
2018-09-12make arch __clone backends hiddenRich Felker1-0/+1
2015-11-02use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker1-1/+3
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker1-3/+9
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham1-4/+1
2012-10-19fix order of syscall args for microblaze clone syscallRich Felker1-3/+2
2012-10-18ensure microblaze __set_thread_area returns successRich Felker1-1/+2
2012-10-17fix microblaze asm relocations for shared libcRich Felker1-1/+1
2012-09-29microblaze portRich Felker4-0/+65