about summary refs log tree commit diff
path: root/sysdeps/nios2/machine-gmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nios2/machine-gmon.h')
-rw-r--r--sysdeps/nios2/machine-gmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nios2/machine-gmon.h b/sysdeps/nios2/machine-gmon.h
index 1f0ea8ff70..039d25367e 100644
--- a/sysdeps/nios2/machine-gmon.h
+++ b/sysdeps/nios2/machine-gmon.h
@@ -35,7 +35,7 @@ static void __attribute_used__ __mcount_internal (u_long frompc, u_long selfpc)
   "callr r2\n\t"
 #else
 #define NIOS2_MCOUNT_CALL			\
-  "call\tmcount_internal\n\t"
+  "call\t__mcount_internal\n\t"
 #endif
 
 #define MCOUNT						\