aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i860/paragon.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i860/paragon.h')
-rw-r--r--gcc/config/i860/paragon.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/i860/paragon.h b/gcc/config/i860/paragon.h
index c6bfbba09e9..493b5abce76 100644
--- a/gcc/config/i860/paragon.h
+++ b/gcc/config/i860/paragon.h
@@ -28,12 +28,12 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_SWITCHES
#define TARGET_SWITCHES \
- { {"xp", 1}, \
- {"noxp", -1}, \
- {"xr", -1}, \
- {"noieee", -1}, \
- {"nx", 2}, \
- { "", 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"}, \
+ {"noieee", -1, "Do not generate code which uses the FPU"}, \
+ {"nx", 2, NULL}, \
+ { "", TARGET_DEFAULT, NULL}}
#undef TARGET_DEFAULT
#define TARGET_DEFAULT 1