diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-29 16:32:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-29 16:32:43 +0000 |
commit | 3dc9c97969f0612fe8a0133c14eed5462ebbae11 (patch) | |
tree | 3e784a40394c752d799c3244508ff1909059dd84 /ChangeLog | |
parent | f69139ec74b8f85d1487dde63bf7687ce69540c0 (diff) | |
download | glibc-3dc9c97969f0612fe8a0133c14eed5462ebbae11.tar glibc-3dc9c97969f0612fe8a0133c14eed5462ebbae11.tar.gz glibc-3dc9c97969f0612fe8a0133c14eed5462ebbae11.tar.bz2 glibc-3dc9c97969f0612fe8a0133c14eed5462ebbae11.zip |
* sysdeps/mach/hurd/dl-sysdep.c: Do not define
__hurd_threadvar_max. Add comment explaining why we define
__hurd_threadvar_stack_offset and __hurd_threadvar_stack_mask here.
1998-07-29 Mark Kettenis <kettenis@phys.uva.nl>
* sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
__hurd_sigthread_stack_end, __hurd_sigthread_variables): Define to
prevent inclusion of Hurd signal handling code.
(__libc_write): New function.
(_dl_sysdep_output): Removed. The implementation in
`elf/dl-misc.c' now also works for the Hurd.
1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl> + * sysdeps/mach/hurd/dl-sysdep.c: Do not define + __hurd_threadvar_max. Add comment explaining why we define + __hurd_threadvar_stack_offset and __hurd_threadvar_stack_mask here. + +1998-07-29 Mark Kettenis <kettenis@phys.uva.nl> + + * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base, + __hurd_sigthread_stack_end, __hurd_sigthread_variables): Define to + prevent inclusion of Hurd signal handling code. + (__libc_write): New function. + (_dl_sysdep_output): Removed. The implementation in + `elf/dl-misc.c' now also works for the Hurd. + +1998-09-12 Mark Kettenis <kettenis@phys.uva.nl> + * hurd/hurdstartup.c: Do not include hurdmalloc.h; _hurd_startup does not use any of malloc/realloc/free anymore. Include set-hooks.h with <> instead of "". |