diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-10 09:21:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-10 09:21:10 +0000 |
commit | db3546a05e11f66a87a90deb234774c1b5158c5e (patch) | |
tree | b5da3a5c8dc9f46a9cc4b3570a0c954720387ec3 | |
parent | 95a99ee64c81a5001b1d91bf21ecbe31f1d73683 (diff) | |
download | glibc-db3546a05e11f66a87a90deb234774c1b5158c5e.tar.gz glibc-db3546a05e11f66a87a90deb234774c1b5158c5e.tar.xz glibc-db3546a05e11f66a87a90deb234774c1b5158c5e.zip |
Update.
1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address in the variable, not its GOT slot. 1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> inline. __libc_start_user.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index c7e619c7fb..78d00ae9dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -Wed Jun 10 10:32:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> +1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address + in the variable, not its GOT slot. + +1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as - inline. + inline. * sysdeps/m68k/fpu/e_exp10.c: New file. * sysdeps/m68k/fpu/e_exp10f.c: New file. * sysdeps/m68k/fpu/e_exp10l.c: New file. @@ -10,7 +15,7 @@ Wed Jun 10 10:32:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund. _dl_profile_map only if the name matches. (_dl_start_user): Remember stack address. * sysdeps/m68k/elf/start.S: Pass new argument to - __libc_start_user. + __libc_start_user. * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New definition. |