]> git.ipfire.org Git - thirdparty/glibc.git/commit
* sysdeps/powerpc/elf/libc-start.c
authorAndreas Jaeger <aj@suse.de>
Fri, 23 Aug 2002 07:46:31 +0000 (07:46 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 23 Aug 2002 07:46:31 +0000 (07:46 +0000)
commitadb89120bbfb93c36fd1d5d1eb7d824a8b366cff
treed7af548345ea53017ec6f6d1c3205cdf6c3a4521
parent4343130e1d199a2035d69d3b9937de4104a677e5
* sysdeps/powerpc/elf/libc-start.c
(__cache_line_size): Declare.
(__aux_init_cache): New.
(__libc_start_main): Change type of `auxvec' parameter to
`ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
__aux_init_cache.
* sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
(__cache_line_size): Declare.
(__aux_init_cache): New.
(DL_PLATFORM_INIT): Define.
* sysdeps/powerpc/memset.S: Define __cache_line_size and use its
value to select the correct stride for dcbz.
sysdeps/powerpc/elf/libc-start.c
sysdeps/powerpc/memset.S
sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c