aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i860/i860.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i860/i860.h')
-rw-r--r--gcc/config/i860/i860.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h
index 316ba65a7d0..0b0d3659e25 100644
--- a/gcc/config/i860/i860.h
+++ b/gcc/config/i860/i860.h
@@ -52,10 +52,10 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
- { {"xp", 1}, \
- {"noxp", -1}, \
- {"xr", -1}, \
- { "", TARGET_DEFAULT}}
+ { {"xp", 1, "Generate code which uses the FPU"}, \
+ {"noxp", -1, "Do not generate code which uses the FPU"}, \
+ {"xr", -1, "Do not generate code which uses the FPU"}, \
+ { "", TARGET_DEFAULT, NULL}}
#define TARGET_DEFAULT 0
@@ -656,11 +656,11 @@ struct cumulative_args { int ints, floats; };
/* Addressing modes, and classification of registers for them. */
-/* #define HAVE_POST_INCREMENT */
-/* #define HAVE_POST_DECREMENT */
+/* #define HAVE_POST_INCREMENT 0 */
+/* #define HAVE_POST_DECREMENT 0 */
-/* #define HAVE_PRE_DECREMENT */
-/* #define HAVE_PRE_INCREMENT */
+/* #define HAVE_PRE_DECREMENT 0 */
+/* #define HAVE_PRE_INCREMENT 0 */
/* Macros to check register numbers against specific register classes. */