summaryrefslogtreecommitdiff
path: root/gcc/config/i386/osf1elf.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-02 17:20:12 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-02 17:20:12 +0000
commit850f3d9bc48e455fee432a312af3a97d0d3bc50b (patch)
tree15d9016497ccfca1c964d7c0ed463a34af7c327a /gcc/config/i386/osf1elf.h
parent5ad6f9ab65bb0ced0d61076fbfcd0a167d636f7e (diff)
downloadgcc-850f3d9bc48e455fee432a312af3a97d0d3bc50b.tar.gz
1999-04-02 20:16 -0500 Zack Weinberg <zack@rabi.columbia.edu>
* config/i386/i386.h: Document all TARGET_SWITCHES or add explicit null initializer. * config/i386/cygwin.h: Document all SUBTARGET_SWITCHES. * config/i386/dgux.h: Likewise. * config/i386/osf1elf.h: Likewise. * config/i386/win32.h: Likewise. * config/i386/osfrose.h: Likewise. Drop obsolete -mno-ident option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26140 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/osf1elf.h')
-rw-r--r--gcc/config/i386/osf1elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/osf1elf.h b/gcc/config/i386/osf1elf.h
index da61e8b5674..003400b0dfe 100644
--- a/gcc/config/i386/osf1elf.h
+++ b/gcc/config/i386/osf1elf.h
@@ -121,8 +121,8 @@ extern char *sys_siglist[];
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
- { "mcount", -MASK_NO_MCOUNT}, \
- { "no-mcount", MASK_NO_MCOUNT},
+ { "mcount", -MASK_NO_MCOUNT, "Profiling uses mcount" }, \
+ { "no-mcount", MASK_NO_MCOUNT, "" },
/* This macro generates the assembly code for function entry.
FILE is a stdio stream to output the code to.