This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

gcc/gcc ChangeLog.rewrite config/mips/mips.h c ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	mips-3_4-rewrite-branch
Changes by:	rsandifo@gcc.gnu.org	2003-01-14 04:32:47

Modified files:
	gcc            : ChangeLog.rewrite 
	gcc/config/mips: mips.h mips.md 

Log message:
	* config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
	addresses depend on ptr_mode rather than Pmode.
	(TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
	(INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
	(CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
	(ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
	* config/mips/mips.md (tablejump): Likewise.  Remove Pmode
	condition for selecting cpaddsi or cpadddi: use cpadd instead.
	(tablejump_internal1): Remove condition.
	(tablejump_internal2): Change condition to TARGET_64BIT.
	(cpaddsi): Rename to...
	(cpadd): ...this.
	(cpadddi): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.rewrite.diff?cvsroot=gcc&only_with_tag=mips-3_4-rewrite-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.h.diff?cvsroot=gcc&only_with_tag=mips-3_4-rewrite-branch&r1=1.216.2.12&r2=1.216.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.md.diff?cvsroot=gcc&only_with_tag=mips-3_4-rewrite-branch&r1=1.141.6.14&r2=1.141.6.15


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