vax.h (TARGET_SWITCHES): Provide descriptions.
authorJohn David Anglin <dave.anglin@nrc.ca>
Sat, 24 Jun 2000 23:52:22 +0000 (23:52 +0000)
committerPhilipp Thomas <pthomas@gcc.gnu.org>
Sat, 24 Jun 2000 23:52:22 +0000 (23:52 +0000)
2000-06-25  John David Anglin  <dave.anglin@nrc.ca>

        * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.

From-SVN: r34691

gcc/ChangeLog
gcc/config/vax/vax.h

index 7487454fc522bbba779a1574f10a6134b0a37aa1..a667b8d9287b9a66ee2c7c59e420206f71a02ff9 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
+
+        * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
+
 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
        * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
index 8dddaf3701bb01bc90d3b08db2c31497d87246ff..9901ba4536c3aae886a5f0a9ffdd1264d943a3e5 100644 (file)
@@ -66,15 +66,15 @@ extern int target_flags;
    where VALUE is the bits to set or minus the bits to clear.
    An empty string NAME is used to identify the default VALUE.  */
 
-#define TARGET_SWITCHES  \
-  { {"unix", 1},  \
-    {"gnu", -1},  \
-    {"vaxc-alignment", 2}, \
-    {"g", 4}, \
-    {"g-float", 4}, \
-    {"d", -4}, \
-    {"d-float", -4}, \
-    { "", TARGET_DEFAULT}}
+#define TARGET_SWITCHES                                                \
+  { {"unix", 1, "Generate code for UNIX assembler"},           \
+    {"gnu", -1, "Generate code for GNU assembler (gas)"},      \
+    {"vaxc-alignment", 2, "Use VAXC structure conventions"},   \
+    {"g", 4, "Generate GFLOAT double precision code"},         \
+    {"g-float", 4, "Generate GFLOAT double precision code"},   \
+    {"d", -4, "Generate DFLOAT double precision code"},                \
+    {"d-float", -4, "Generate DFLOAT double precision code"},  \
+    { "", TARGET_DEFAULT, 0}}
 
 /* Default target_flags if no switches specified.  */