summaryrefslogtreecommitdiffstats
path: root/gcc/config/vax/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/vax/elf.h')
-rw-r--r--gcc/config/vax/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vax/elf.h b/gcc/config/vax/elf.h
index 2f1a37566cd..ccdb74c7d2c 100644
--- a/gcc/config/vax/elf.h
+++ b/gcc/config/vax/elf.h
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
/* Profiling routine. */
#undef FUNCTION_PROFILER
#define FUNCTION_PROFILER(FILE, LABELNO) \
- fprintf (FILE, "\tmovab .LP%d,%sr0\n\tjsb __mcount+2\n", (LABELNO), \
+ fprintf (FILE, "\tmovab .LP%d,%sr0\n\tjsb __mcount\n", (LABELNO), \
REGISTER_PREFIX)
/* Let's be re-entrant. */
OpenPOWER on IntegriCloud