Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply hidden visibility to sigreturn code fragments | Rich Felker | 2018-09-12 | 1 | -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. | ||||
* | fix crashing sigsetjmp on s390x | Bobby Bingham | 2016-12-16 | 1 | -1/+1 |
| | | | | | | the bz instruction that was wrongly used only admits a small immediate displacement and cannot be used with external symbols; apparently the linker fails to diagnose the overflow. | ||||
* | add s390x port | Bobby Bingham | 2016-11-11 | 2 | -0/+32 |