summaryrefslogtreecommitdiffstats
path: root/gcc/config/rs6000/rs6000.opt
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-10 12:54:06 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-10 12:54:06 +0000
commit8ce9ff04a8e8f69db85dd6a43169a3c7e70ad32e (patch)
tree574266e87213ad1f62856efd2c2d5ac9b058752c /gcc/config/rs6000/rs6000.opt
parent35696e9208d67c92c938fdc6e07cd3d204a8785d (diff)
downloadppe42-gcc-8ce9ff04a8e8f69db85dd6a43169a3c7e70ad32e.tar.gz
ppe42-gcc-8ce9ff04a8e8f69db85dd6a43169a3c7e70ad32e.zip
Fix signed/unsigned warning; Make some mask types HOST_WIDE_INT; Add more debugging with -mdebug=reg
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192310 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rs6000.opt')
-rw-r--r--gcc/config/rs6000/rs6000.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt
index 878b0fb4777..58b7694382c 100644
--- a/gcc/config/rs6000/rs6000.opt
+++ b/gcc/config/rs6000/rs6000.opt
@@ -80,7 +80,7 @@ unsigned int rs6000_recip_control
;; Mask of what builtin functions are allowed
TargetVariable
-unsigned int rs6000_builtin_mask
+HOST_WIDE_INT rs6000_builtin_mask
;; Debug flags
TargetVariable
OpenPOWER on IntegriCloud