summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/sysv4.opt
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2007-02-20 23:11:43 +0000
committerJanis Johnson <janis@gcc.gnu.org>2007-02-20 23:11:43 +0000
commitb639c3c245c82affaa8d0d1784259a312936c075 (patch)
treeefb29cd2b4a4e9481050182b5b8b3e7c9903b4ac /gcc/config/rs6000/sysv4.opt
parent7cd689bcf045c55b1786cdbc84c9f63a07070a58 (diff)
downloadgcc-b639c3c245c82affaa8d0d1784259a312936c075.tar.gz
invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
* 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. * config/rs6000/sysv4.opt (mprototype): Use variable, not mask. * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Access PROTOTYPE as variable, not mask. From-SVN: r122179
Diffstat (limited to 'gcc/config/rs6000/sysv4.opt')
-rw-r--r--gcc/config/rs6000/sysv4.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/sysv4.opt b/gcc/config/rs6000/sysv4.opt
index c483ea5e00a..bcdfd485586 100644
--- a/gcc/config/rs6000/sysv4.opt
+++ b/gcc/config/rs6000/sysv4.opt
@@ -75,7 +75,7 @@ Target RejectNegative
no description yet
mprototype
-Target Mask(PROTOTYPE)
+Target Var(TARGET_PROTOTYPE)
Assume all variable arg functions are prototyped
;; FIXME: Does nothing.