aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-03-18 22:05:14 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-18 15:05:14 -0700
commit40250a2c55148cec044c33092fa501903f22239f (patch)
tree685deb542d04da427756664e25b7b4d10632929e
parentb077493b23248763c89f51a5425e415aff473026 (diff)
downloadgcc-40250a2c55148cec044c33092fa501903f22239f.zip
gcc-40250a2c55148cec044c33092fa501903f22239f.tar.gz
gcc-40250a2c55148cec044c33092fa501903f22239f.tar.bz2
i860.h (TARGET_SWITCHES): Add documentation.
* i860.h (TARGET_SWITCHES): Add documentation. * i860/paragon.h (TARGET_SWITCHES): Add documentation. From-SVN: r25853
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/i860/i860.h6
-rw-r--r--gcc/config/i860/paragon.h10
3 files changed, 10 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 002ba57..052c5a5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -8,6 +8,8 @@ Fri Mar 19 02:45:12 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
Thu Mar 18 22:28:53 1999 Jeffrey A Law (law@cygnus.com)
+ * i860.h (TARGET_SWITCHES): Add documentation.
+ * i860/paragon.h (TARGET_SWITCHES): Add documentation.
* i370.h (TARGET_SWITCHES): Add documentation.
* fx80.h (TARGET_SWITCHES): Add documentation.
* elxsi.h (TARGET_SWITCHES): Add documentation.
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h
index d6b2911..4d3d2b5 100644
--- a/gcc/config/i860/i860.h
+++ b/gcc/config/i860/i860.h
@@ -52,9 +52,9 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
- { {"xp", 1}, \
- {"noxp", -1}, \
- {"xr", -1}, \
+ { {"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}}
#define TARGET_DEFAULT 0
diff --git a/gcc/config/i860/paragon.h b/gcc/config/i860/paragon.h
index c6bfbba..a7f4f93 100644
--- a/gcc/config/i860/paragon.h
+++ b/gcc/config/i860/paragon.h
@@ -28,11 +28,11 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_SWITCHES
#define TARGET_SWITCHES \
- { {"xp", 1}, \
- {"noxp", -1}, \
- {"xr", -1}, \
- {"noieee", -1}, \
- {"nx", 2}, \
+ { {"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}}
#undef TARGET_DEFAULT