From f9b798baee95f36e33075eb79f27d93ecc04ebf0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 3 Apr 2000 18:20:23 +0000 Subject: Update. * 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. --- sysdeps/mach/hurd/i386/dl-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/i386/dl-machine.h') diff --git a/sysdeps/mach/hurd/i386/dl-machine.h b/sysdeps/mach/hurd/i386/dl-machine.h index 153abba48f..40f2ff29d4 100644 --- a/sysdeps/mach/hurd/i386/dl-machine.h +++ b/sysdeps/mach/hurd/i386/dl-machine.h @@ -3,5 +3,5 @@ into the asm in sysdeps/i386/dl-machine.h that contains the initializer code. */ -#define RTLD_START_SPECIAL_INIT "call _dl_init_first@PLT" +#define RTLD_START_SPECIAL_INIT "call _dl_init_first@PLT; movl (%esp), %edx" #include_next "dl-machine.h" -- cgit 1.4.1