link error: duplicate symbol: memcpy
The private version of memcpy and other routines in x86_shared.asm are linked into drfrontendlib which is statically linked into various "regular" applications. Some users have reported duplicate symbol errors with some toolchains: details will be added here. We can likely solve by adding WEAK(memcpy)
, etc. into x86_shared.asm.