Commit 4b705221 by Segher Boessenkool Committed by Segher Boessenkool

rs6000.h (RS6000_BTM_ALWAYS): New.

2012-08-15  Segher Boessenkool <segher@kernel.crashing.org>

gcc/
        * config/rs6000/rs6000.h (RS6000_BTM_ALWAYS): New.

From-SVN: r190429
parent 687e9f1f
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.h (RS6000_BTM_ALWAYS): New.
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/aix52.h (ASM_CPU_SPEC): Fix typo.
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment