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/mips/setjmp_aux.c sys ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	aoliva at sourceware dot org	2003-03-17 15:47:13

Modified files:
	.              : ChangeLog 
	sysdeps/mips   : setjmp_aux.c 
	sysdeps/mips/bits: setjmp.h 
	sysdeps/mips/elf: start.S 
	sysdeps/mips/mips64: bsd-_setjmp.S bsd-setjmp.S setjmp.S 
	sysdeps/mips/mips64/soft-fp: sfp-machine.h 
	sysdeps/mips/sys: ucontext.h 
	sysdeps/unix/mips: brk.S sysdep.S 
	sysdeps/unix/sysv/linux/mips: clone.S kernel_stat.h 
	sysdeps/unix/sysv/linux/mips/sys: procfs.h ucontext.h 
Added files:
	sysdeps/mips/bits: wordsize.h 
	sysdeps/mips/mips64: gmp-mparam.h 
Removed files:
	sysdeps/mips/mips64/bits: setjmp.h 

Log message:
	* sysdeps/mips/bits/wordsize.h: New file, appropriate for all
	3 ABIs.
	* sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
	BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
	* sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
	(__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
	* sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
	* sysdeps/unix/mips/brk.S: Likewise.
	* sysdeps/unix/mips/sysdep.S: Likewise.
	* sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
	* sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
	* sysdeps/mips/sys/ucontext.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
	* sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
	* sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
	* sysdeps/mips/mips64/setjmp.S: Likewise.
	* sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
	* sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
	64-bit types.


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