commit | 7d310ed1d086d9874b7ca40933ff870a8adc75d9 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Sat Nov 22 20:50:01 2014 -0500 |
committer | Rich Felker <dalias@aerifal.cx> | Sat Nov 22 20:50:01 2014 -0500 |
tree | 171814e41046b948688cd887d171978ac200791e | |
parent | 8cd0b11eafeaaec3df5113cb39094e5456ca6b22 [diff] |
remove old clang workarounds from arm syscall implementation the register constraints in the non-clang case were tested to work on clang back to 3.2, and earlier versions of clang have known bugs that preclude building musl. there may be other reasons to prefer not to use inline syscalls, but if so the function-call-based implementations should be added back in a unified way for all archs.