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 config/rs6000/linux64.h conf ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-rhl-branch
Changes by:	jakub@gcc.gnu.org	2003-06-03 09:16:53

Modified files:
	gcc            : ChangeLog 
	gcc/config/rs6000: linux64.h rs6000.c rs6000.h rs6000.md 

Log message:
	2003-04-25  Alan Modra  <amodra@bigpond.net.au>
	Jakub Jelinek  <jakub@redhat.com>
	
	* config/rs6000/rs6000.c (rs6000_legitimize_address,
	rs6000_emit_move): Handle -maddr32.
	(rs6000_stack_info): Handle -msafe-stack and -mprofile-kernel.
	(rs6000_emit_prologue, rs6000_emit_epilogue): Handle -msafe-stack.
	(output_function_profiler): Handle -mprofile-kernel.
	* config/rs6000/linux64.h (MASK_SAFE_STACK, MASK_ADDR32,
	MASK_PROFILE_KERNEL): Define.
	(TARGET_SAFE_STACK, TARGET_ADDR32, TARGET_PROFILE_KERNEL,
	EXTRA_SUBTARGET_SWITCHES): Redefine.
	(SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow -msafe-stack,
	-mprofile-kernel and -maddr32 if -m32, disallow -fpic -maddr32.
	(PROFILE_HOOK): Don't call output_profile_hook if
	TARGET_PROFILE_KERNEL.
	(ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle -maddr32.
	* config/rs6000/rs6000.h (TARGET_ADDR32, TARGET_SAFE_STACK,
	TARGET_PROFILE_KERNEL): Define.
	(LEGITIMATE_LO_SUM_ADDRESS_P): Handle -maddr32.
	* config/rs6000/rs6000.md (elf_high, elf_low): Allow even if
	TARGET_ADDR32.
	(elf_high64, elf_low64): New insns.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.16114.2.523.2.22&r2=1.16114.2.523.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/linux64.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.31.8.2&r2=1.31.8.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.403.2.7.2.4&r2=1.403.2.7.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.237.2.7.4.2&r2=1.237.2.7.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.224.2.3.4.2&r2=1.224.2.3.4.3


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