1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2002-09-20  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-init.c (_dl_init): Fix test of the size of the
	preinit_array section.
	(call_init): Optimize access to DT_INIT_ARRAY entry a bit.
	Reported by Brian Cabral <cabral@ikuni.com>.
This commit is contained in:
Ulrich Drepper
2002-09-21 00:30:44 +00:00
parent 53fe275883
commit 5842a7562c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2002-09-20 Ulrich Drepper <drepper@redhat.com>
* elf/dl-init.c (_dl_init): Fix test of the size of the
preinit_array section.
(call_init): Optimize access to DT_INIT_ARRAY entry a bit.
Reported by Brian Cabral <cabral@ikuni.com>.
2002-09-20 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros.