On 11/13/2015 11:30 PM, Marc Glisse wrote:
+__asm__("posix_memalign");Can't say I like the __asm__ after the #if/#else/#endif block.It might also cause trouble if some systems like to prepend an underscore, maybe?
Yeah, that's one of the things I had in mind when I suggested moving this code to libgcc.a instead. Referring to a library symbol in this way makes me nervous.
Bernd