r122180 - in /branches/ibm/gcc-4_1-branch/gcc: ...

janis@gcc.gnu.org janis@gcc.gnu.org
Tue Feb 20 23:53:00 GMT 2007


Author: janis
Date: Tue Feb 20 23:53:12 2007
New Revision: 122180

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122180
Log:
	* doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
	* configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
	cmpb instruction.
	(HAVE_GAS_DFP): Check for assembler support of decimal floating
	point instructions.
	* configure: Regenerate.
	* config.in: Regenerate.
	* config/rs6000/rs6000.opt (mcmpb, mdfp): New.
	* config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
	masks to power6 and power6x and to POWERPC_MASKS.
	* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
	_ARCH_PWR6.
	* config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.

Modified:
    branches/ibm/gcc-4_1-branch/gcc/ChangeLog
    branches/ibm/gcc-4_1-branch/gcc/config.in
    branches/ibm/gcc-4_1-branch/gcc/config/rs6000/rs6000-c.c
    branches/ibm/gcc-4_1-branch/gcc/config/rs6000/rs6000.c
    branches/ibm/gcc-4_1-branch/gcc/config/rs6000/rs6000.h
    branches/ibm/gcc-4_1-branch/gcc/config/rs6000/rs6000.opt
    branches/ibm/gcc-4_1-branch/gcc/configure
    branches/ibm/gcc-4_1-branch/gcc/configure.ac
    branches/ibm/gcc-4_1-branch/gcc/doc/invoke.texi



More information about the Gcc-cvs mailing list