c4x.h (TARGET_SWITCHES): Add null description to default case.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sat, 20 Mar 1999 14:01:57 +0000 (14:01 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 20 Mar 1999 14:01:57 +0000 (14:01 +0000)
* config/c4x/c4x.h (TARGET_SWITCHES): Add null description to
default case.

From-SVN: r25869

gcc/ChangeLog
gcc/config/c4x/c4x.h

index b35cc32d0fadd9083ceed73325462cdcb4bd0dc7..3dc891033eecb10d9e3e71257f82fc52a362603f 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar 21 09:59:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.h (TARGET_SWITCHES): Add null description to
+       default case.
+
 Sat Mar 20 23:33:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
        * loop.c (check_dbra_loop): Fix debug message.
index 0ac9d02d61e63f2d3855567811b4dada4f2069c4..a72d6dbc307b1825d450ebde9c6f5a1f071ecd54 100644 (file)
 /* Run-time compilation parameters selecting different hardware subsets.
 
    Macro to define tables used to set the flags.
-   This is a list in braces of pairs in braces,
-   each pair being { "NAME", VALUE }
+   This is a list in braces of triplets in braces,
+   each pair being { "NAME", VALUE, "DESCRIPTION" }
    where VALUE is the bits to set or minus the bits to clear.
    An empty string NAME is used to identify the default VALUE.  */
 
     "Assume that pointers may be aliased" }, \
   { "no-aliases", -ALIASES_FLAG, \
     "Assume that pointers not aliased" }, \
-  { "", TARGET_DEFAULT} }
+  { "", TARGET_DEFAULT, ""} }
 
 /* Default target switches */