about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-06-13 19:57:34 +0000
committerRoland McGrath <roland@gnu.org>1995-06-13 19:57:34 +0000
commit882087b96b47ce5b4c637ff5539f40b146e2b926 (patch)
treef463504695e7ba25fa21b56d2e0e9527bb0d0c98
parent0e7725ccd887d057727d68b2a0c00999d2308659 (diff)
downloadglibc-882087b96b47ce5b4c637ff5539f40b146e2b926.tar.gz
glibc-882087b96b47ce5b4c637ff5539f40b146e2b926.tar.xz
glibc-882087b96b47ce5b4c637ff5539f40b146e2b926.zip
Tue Jun 13 15:45:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
	* sysdeps/stub/init-first.c: Don't include <hurd.h>.
	[PIC] (soinit): Renamed to (global) _init.

	* malloc/Makefile (gmalloc-routines): Remove valloc.
	(dist-routines): Add it here.

	* malloc/malloc.h [_MALLOC_INTERNAL] [emacs] (valloc): #define to
 	emacs_loser_valloc to inhibit valloc declaration below.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e2cd4a03a..cea2df5616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 13 15:45:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+	* sysdeps/stub/init-first.c: Don't include <hurd.h>.
+	[PIC] (soinit): Renamed to (global) _init.
+
 Tue Jun 13 12:13:18 1995  Brendan Kehoe  (brendan@zen.org)
 
 	* sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE):
@@ -5,6 +10,12 @@ Tue Jun 13 12:13:18 1995  Brendan Kehoe  (brendan@zen.org)
 
 Mon Jun 12 13:15:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+	* malloc/Makefile (gmalloc-routines): Remove valloc.
+	(dist-routines): Add it here.
+
+	* malloc/malloc.h [_MALLOC_INTERNAL] [emacs] (valloc): #define to
+ 	emacs_loser_valloc to inhibit valloc declaration below.
+
 	* Makerules (lib%.so: lib%_pic.a): Moved this rule to after
  	installation rules.