summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/i386/osf1elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/i386/osf1elf.h')
-rw-r--r--contrib/gcc/config/i386/osf1elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/osf1elf.h b/contrib/gcc/config/i386/osf1elf.h
index da61e8b..003400b 100644
--- a/contrib/gcc/config/i386/osf1elf.h
+++ b/contrib/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.
OpenPOWER on IntegriCloud