OSDN Git Service

* config/c4x/c4x.h (TARGET_SWITCHES): Add null description to
authorm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 1999 14:01:57 +0000 (14:01 +0000)
committerm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 1999 14:01:57 +0000 (14:01 +0000)
default case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25869 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b35cc32..3dc8910 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 0ac9d02..a72d6db 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 */