On 3/25/16 1:17 PM, Anthony G. Basile wrote:
For now I have to withdraw this patch until I figure out a way around it. While it is the correct way to address the original issue, it introduces a regression. So now I'm thinking of how maybe to edit the .S files.
The latest patch fixes this issue. I finally figured out that I could just guard against including byteswap.h through endian.h by masking part of it out. glibc does this too but for different reasons as far as I can tell because its headers stack differently.