search for: moncontrol

Displaying 2 results from an estimated 2 matches for "moncontrol".

Did you mean: memcontrol
2012 Jul 10
9
[PATCH] stubdom: fix errors in newlib
...ude <stdio.h> +@@ -89,7 +90,7 @@ static int s_scale; + + extern int errno; + +-int ++void + monstartup(lowpc, highpc) + char *lowpc; + char *highpc; +@@ -341,6 +342,7 @@ overflow: + * profiling is what mcount checks to see if + * all the data structures are ready. + */ ++void + moncontrol(mode) + int mode; + {
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
...../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c: In function 'internal_mcount': ../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c:300: warning: implicit declaration of function 'atexit' ../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c: In function 'moncontrol': ../../../../src/llvm-gcc-svn/gcc/config/sparc/gmon-sol2.c:413: warning: implicit declaration of function 'profil' make[2]: *** [gmon.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all-gcc] Error 2 make: *** [all] Error 2