dgux.c (struct option): Add new "description field".
authorJeffrey A Law <law@cygnus.com>
Sun, 22 Nov 1998 20:36:55 +0000 (20:36 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 22 Nov 1998 20:36:55 +0000 (13:36 -0700)
        * i386/dgux.c (struct option): Add new "description field".
        * m88k/m88k.c (struct option): Likewise.

From-SVN: r23756

gcc/ChangeLog
gcc/config/i386/dgux.c
gcc/config/m88k/m88k.c

index 340c24799a2ce4f40a5d5a0094ba490005207e72..252cd911af06756997c9a04ded3d83d538098292 100644 (file)
@@ -1,3 +1,8 @@
+Sun Nov 22 21:34:02 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * i386/dgux.c (struct option): Add new "description field".
+       * m88k/m88k.c (struct option): Likewise.
+
 Sun Nov 22 16:07:57 PST 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index 23e4cf1e0049ce080fcd1afb174181a1d1169f7f..c2a6ad9bfaceba4d89dc4e1c540762808f7b9474 100644 (file)
@@ -1,6 +1,5 @@
 /* Subroutines for GNU compiler for Intel 80x86 running DG/ux
-   Copyright (C) 1993, 1995 Free Software Foundation, Inc.
-
+   Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc.
    Currently maintained by (gcc@dg-rtp.dg.com)
 
 This file is part of GNU CC.
@@ -30,6 +29,7 @@ struct option
   char *string;
   int *variable;
   int on_value;
+  char *description;
 };
 
 static int
@@ -96,7 +96,7 @@ output_options (file, f_options, f_len, W_options, W_len,
                           indent, pos, max);
 
   pos = output_option (file, sep, "-mcpu=", ix86_cpu_string, indent, pos, max);
-  pos = output_option (file, sep, "-march=", ix86_isa_string, indent, pos, max);
+  pos = output_option (file, sep, "-march=", ix86_arch_string, indent, pos, max);
   fprintf (file, term);
 }
 
index 877ecf9b8fab9b8f575743d27fcf48ddb0b1286f..ba0fa32694f4754b0a56b71d5e72af658dbb9c01 100644 (file)
@@ -1484,6 +1484,7 @@ struct options
   char *string;
   int *variable;
   int on_value;
+  char *description;
 };
 
 static int