about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-18 22:53:04 +0000
committerRoland McGrath <roland@gnu.org>1998-10-18 22:53:04 +0000
commita13d5ca5e475ba92fa1aaf909f2f24bc88f3f205 (patch)
tree07c6644c4208569bdb39eb6ea064af2535346ab2 /ChangeLog
parent4f6bfa8090a2465d450fc3b3be1ae2d30b0e53c7 (diff)
downloadglibc-a13d5ca5e475ba92fa1aaf909f2f24bc88f3f205.tar.gz
glibc-a13d5ca5e475ba92fa1aaf909f2f24bc88f3f205.tar.xz
glibc-a13d5ca5e475ba92fa1aaf909f2f24bc88f3f205.zip
* sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
	broken out of init1.
	(init1) [PIC]: Call it.
	(__libc_init_first) [! PIC]: Call it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2983b168e4..6acc257c15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
 
+	* sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
+	broken out of init1.
+	(init1) [PIC]: Call it.
+	(__libc_init_first) [! PIC]: Call it.
+
 	* nscd/nscd-client.h: New file, broken out of "nscd.h".
 	* nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
 	and #include that.