blob: 153abba48f44218c529e851b0fcf42f2cfae3f1a (
plain)
1
2
3
4
5
6
7
|
/* 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"
#include_next "dl-machine.h"
|