Add doc strings for SUBTARGET_SWITCHES
authorNick Clifton <nickc@cygnus.com>
Tue, 23 Mar 1999 09:02:07 +0000 (09:02 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 23 Mar 1999 09:02:07 +0000 (09:02 +0000)
From-SVN: r25924

gcc/ChangeLog
gcc/config/arm/riscix.h
gcc/config/arm/riscix1-1.h

index ea806cec02552a850fc81a212a4cc5ff3f27457d..c35b226073aa4e80321dfe530471ebcc7c4a9b6d 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar 23 09:00:39 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/riscix1.h (SUBTARGET_SWITCHES): Add doc string.
+       * config/arm/riscix1-1.h (SUBTARGET_SWITCHES): Add doc string.
+
 Tue Mar 23 07:50:20 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * function.c: Include hash.h.
index 7c5f1ce01ca06e863b0c9765ce68152c311a32b3..07bdb0f7081953297fb0b0ae257efbe67ba13576 100644 (file)
@@ -79,8 +79,10 @@ Boston, MA 02111-1307, USA.  */
 /* None of these is actually used in cc1.  If we don't define them in target
    switches cc1 complains about them.  For the sake of argument lets allocate
    bit 31 of target flags for such options.  */
-#define SUBTARGET_SWITCHES \
-{"bsd", 0x80000000}, {"xopen", 0x80000000}, {"no-symrename", 0x80000000},
+#define SUBTARGET_SWITCHES             \
+{"bsd", 0x80000000, ""},               \
+{"xopen", 0x80000000, ""},             \
+{"no-symrename", 0x80000000, ""},
     
 
 /* Run-time Target Specification.  */
index 7311067e9d2d94cb9f3792832107844a4b213786..e896a1eb033b388e17fdca0cc39851bda2989402 100644 (file)
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA.  */
    but everything still compiles.  */
 /* None of these is actually used in cc1, so they modify bit 31 */
 #define SUBTARGET_SWITCHES \
-{"bsd", 0x80000000}, 
+{"bsd", 0x80000000, ""}, 
     
 
 /* Run-time Target Specification.  */