This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc ./ChangeLog sysdeps/powerpc/memset.S sysd ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	geoffk@sources.redhat.com	2002-08-22 12:07:46

Modified files:
	.              : ChangeLog 
	sysdeps/powerpc: memset.S 
	sysdeps/powerpc/elf: libc-start.c 
	sysdeps/unix/sysv/linux/powerpc: dl-sysdep.c 

Log message:
	2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
	
	* 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]