2.9
[glibc/nacl-glibc.git] / sysdeps / mach / hurd / i386 / dl-machine.h
blob40f2ff29d4c4518290d8456e5a4e66c87b274d8e
1 /* Dynamic linker magic for Hurd/i386.
2 This file just gets us a call to _dl_first_init inserted
3 into the asm in sysdeps/i386/dl-machine.h that contains
4 the initializer code. */
6 #define RTLD_START_SPECIAL_INIT "call _dl_init_first@PLT; movl (%esp), %edx"
7 #include_next "dl-machine.h"