> On Thu, Dec 22, 2016 at 10:35:25PM -0800, Philip Guenther wrote:
> > I'm assuming clang handles asm names like gcc, such that declaring
> >    void  *memcpy(void *__restrict, const void *__restrict, __size_t)
> > __dso_hidden __asm("_dl_memcpy");
> > 
> > will make even internally generated calls go to _dl_memcpy instead.
> 
> No. The backend normally has no idea about assembler names. What problem
> are you trying to solve, really?

Joerg, If you don't actually run OpenBSD you won't understand.  Please pipe
down.

Reply via email to