OSDN Git Service

* sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer-
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1998 21:10:55 +0000 (21:10 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1998 21:10:55 +0000 (21:10 +0000)
specific compiler switches.

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

gcc/ChangeLog
gcc/config/i386/sco5.h

index ba9ef01..0410c8f 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct 28 23:09:25 1998  Robert Lipe  <robertl@dgii.com>
+
+       * sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer-
+       specific compiler switches.
+
 Wed Oct 28 21:05:53 1998  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in (c-common.o): Depend on c-pragma.h.  Use $(RTL_H) instead
index 7510799..7637f17 100644 (file)
@@ -909,8 +909,8 @@ dtors_section ()                                                    \
 
 #undef SUBTARGET_SWITCHES
 #define SUBTARGET_SWITCHES             \
-       { "coff", MASK_COFF },          \
-       { "elf", -MASK_COFF },
+       { "coff", MASK_COFF, "Generate COFF output" },          \
+       { "elf", -MASK_COFF, "Generate ELF output"  },
 
 #define NO_DOLLAR_IN_LABEL