mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 17:11:06 +00:00
f9b798baee
* sysdeps/i386/dl-machine.h: Undo last change. * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT): Restore %edx register after call here.
8 lines
294 B
C
8 lines
294 B
C
/* 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"
|