From 4b7052212dacd2d5da62583549085f5b8b5334d6 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Thu, 16 Aug 2012 03:01:30 +0200 Subject: [PATCH] rs6000.h (RS6000_BTM_ALWAYS): New. 2012-08-15 Segher Boessenkool gcc/ * config/rs6000/rs6000.h (RS6000_BTM_ALWAYS): New. From-SVN: r190429 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ff2a46ccc1..62c07189032 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-08-15 Segher Boessenkool + + * config/rs6000/rs6000.h (RS6000_BTM_ALWAYS): New. + 2012-08-15 Segher Boessenkool * config/rs6000/aix52.h (ASM_CPU_SPEC): Fix typo. diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 5644435196f..5c53f8577cc 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -2302,6 +2302,7 @@ extern int frame_pointer_needed; /* Builtin targets. For now, we reuse the masks for those options that are in target flags, and pick two random bits for SPE and paired which aren't in target_flags. */ +#define RS6000_BTM_ALWAYS 0 /* Always enabled. */ #define RS6000_BTM_ALTIVEC MASK_ALTIVEC /* VMX/altivec vectors. */ #define RS6000_BTM_VSX MASK_VSX /* VSX (vector/scalar). */ #define RS6000_BTM_SPE MASK_STRING /* E500 */ -- 2.30.2