blob: 40f2ff29d4c4518290d8456e5a4e66c87b274d8e [file] [log] [blame]
/* Dynamic linker magic for Hurd/i386.
This file just gets us a call to _dl_first_init inserted
into the asm in sysdeps/i386/dl-machine.h that contains
the initializer code. */
#define RTLD_START_SPECIAL_INIT "call _dl_init_first@PLT; movl (%esp), %edx"
#include_next "dl-machine.h"