diff options
author | Andreas Schwab <schwab@suse.de> | 1998-06-10 01:35:06 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-06-10 01:35:06 +0000 |
commit | 9e2c0dae9be993530623d0088b95f1278b2686c0 (patch) | |
tree | dae8ea17261358890ceb09a2d9ae9a4fbfbc46af /ChangeLog | |
parent | 04a96fd464445c4f3825992bb50b1c94a10531e7 (diff) | |
download | glibc-9e2c0dae9be993530623d0088b95f1278b2686c0.zip glibc-9e2c0dae9be993530623d0088b95f1278b2686c0.tar.gz glibc-9e2c0dae9be993530623d0088b95f1278b2686c0.tar.bz2 |
* sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
_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.
Wed Jun 10 10:32:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
_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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Jun 10 10:32:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set + _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. + 1998-06-09 18:16 Ulrich Drepper <drepper@cygnus.com> * math/Makefile (libm-calls): Add w_exp10 and e_exp10. |