summaryrefslogtreecommitdiff
path: root/src/signal/microblaze/restore.s
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker1-0/+2
these were overlooked in the declarations overhaul work because they are not properly declared, and the current framework even allows their declared types to vary by arch. at some point this should be cleaned up, but I'm not sure what the right way would be.
2012-09-29microblaze portRich Felker1-0/+11
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.