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.  */
5 
6 #define RTLD_START_SPECIAL_INIT "call _dl_init_first@PLT; movl (%esp), %edx"
7 #include_next "dl-machine.h"
8