diff options
author | Robert Lipe <robertl@dgii.com> | 1998-10-28 21:10:55 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-10-28 21:10:55 +0000 |
commit | 79a9696b2286a2e42892818fea0c9a3af1328a91 (patch) | |
tree | 38cec192b5cb855f84cffceb2f446008be99b092 /gcc | |
parent | e15a4d0dc0554a5839abe701431e6c5137c22793 (diff) | |
download | gcc-79a9696b2286a2e42892818fea0c9a3af1328a91.zip gcc-79a9696b2286a2e42892818fea0c9a3af1328a91.tar.gz gcc-79a9696b2286a2e42892818fea0c9a3af1328a91.tar.bz2 |
sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer- specific compiler switches.
* sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer-
specific compiler switches.
From-SVN: r23413
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/sco5.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba9ef01..0410c8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index 7510799..7637f17 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -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 |