Function name typo error in non-PIC case, fixed in this patch.

This commit is contained in:
Chung-Lin Tang 2015-02-05 06:19:36 -08:00
parent edac0a60c7
commit 34c5604814
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
* sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
called function in non-PIC case.
2015-01-31 David S. Miller <davem@davemloft.net>
* sysdeps/sparc/sparc32/bits/atomic.h

View File

@ -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 \