summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-11-29 16:32:43 +0000
committerRoland McGrath <roland@gnu.org>1998-11-29 16:32:43 +0000
commit3dc9c97969f0612fe8a0133c14eed5462ebbae11 (patch)
tree3e784a40394c752d799c3244508ff1909059dd84 /ChangeLog
parentf69139ec74b8f85d1487dde63bf7687ce69540c0 (diff)
* 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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b45aaac1e6..47c812fd7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 "".