diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 18:20:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 18:20:23 +0000 |
commit | f9b798baee95f36e33075eb79f27d93ecc04ebf0 (patch) | |
tree | fd20f612ee3640db93d7ab4bae07acc0fa0a0b1b /sysdeps/mach | |
parent | ad085e8a282ea235bb193edda69fa032394c650c (diff) | |
download | glibc-f9b798baee95f36e33075eb79f27d93ecc04ebf0.zip glibc-f9b798baee95f36e33075eb79f27d93ecc04ebf0.tar.gz glibc-f9b798baee95f36e33075eb79f27d93ecc04ebf0.tar.bz2 |
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.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/i386/dl-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/i386/dl-machine.h b/sysdeps/mach/hurd/i386/dl-machine.h index 153abba..40f2ff2 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" |