about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-16 09:53:04 +0000
committerRoland McGrath <roland@gnu.org>2005-10-16 09:53:04 +0000
commit133bf22efadd36931725845298db1fc766417d84 (patch)
tree35d1d6fde2f0356180fa979d135a2b17a1ef6ca8 /ChangeLog
parentfc8e9f00271b197a3673eeb906ba2bdb2756f735 (diff)
downloadglibc-133bf22efadd36931725845298db1fc766417d84.tar.gz
glibc-133bf22efadd36931725845298db1fc766417d84.tar.xz
glibc-133bf22efadd36931725845298db1fc766417d84.zip
[BZ #1253]
2005-10-16  Roland McGrath  <roland@frob.com>
	[BZ #1253]
	* sysdeps/mach/hurd/i386/init-first.c (init): Make cast kosher.
	(_hurd_stack_setup): Don't declare with arguments and ellipsis.
	Use __builtin_frame_address and __builtin_return_address.
	(_dl_init_first): Likewise.

	* sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare
	as weak extern.
	(init): Check for it being undefined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7994450dc..55acb4a9f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-10-16  Roland McGrath  <roland@frob.com>
+
+	[BZ #1253]
+	* sysdeps/mach/hurd/i386/init-first.c (init): Make cast kosher.
+	(_hurd_stack_setup): Don't declare with arguments and ellipsis.
+	Use __builtin_frame_address and __builtin_return_address.
+	(_dl_init_first): Likewise.
+
+	* sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare
+	as weak extern.
+	(init): Check for it being undefined.
+
 2005-10-16  Daniel Jacobowitz  <dan@codesourcery.com>
 	    Roland McGrath  <roland@redhat.com>