search for: call_gmon_start

Displaying 4 results from an estimated 4 matches for "call_gmon_start".

2006 Jun 12
1
Link error with glibc-2.4 on linux/PPC (PR#8967)
...ils.o unique.o util.o version.o vfonts.o xxxpr.o `ls ../appl/*.o ../nmath/*.o ../unix/*.o 2>/dev/null` -lgfortran -lm -lgcc_s ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a -lreadline -ldl -lm /usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/../../../crti.o: In function `call_gmon_start': /var/tmp/portage/glibc-2.4-r3/work/build-default-powerpc-unknown-linux-gnu-nptl/csu/crti.S:18: relocation truncated to fit: R_PPC_GOT16 against undefined symbol `__gmon_start__' CConverters.o: In function `do_setToCConverterActiveStatus': CConverters.c:(.text+0x522): relocation trunca...
2010 Feb 21
3
[LLVMdev] how to build eglibc using llvm-gcc without unsupported -fno-toplevel-reorder
...top level inlined asm first, and only after it outputs code for functions. As result gawk strips wrong parts into crt*.s. Exmple initfini.c fragment: asm (".section " ".init" ); extern void __attribute__ ((section (".init"))) _init (void); void _init (void) { call_gmon_start (); asm ("ALIGN"); asm("END_INIT"); asm ("\n/*@_init_PROLOG_ENDS*/"); asm ("\n/*@_init_EPILOG_BEGINS*/"); asm (".section " ".init" ); } asm ("END_INIT"); asm ("\n/*@_init_EPILOG_ENDS*/"); asm ("\n/*...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...w __gmon_start__ U __stack_chk_fail@@GLIBC_2.4 U __strdup@@GLIBC_2.2.5 000000000020aee0 A _edata 000000000020aef0 A _end 0000000000006e58 T _fini 0000000000003188 T _init 0000000000005c30 T addFormElement 0000000000006050 T buildForm 0000000000003870 t call_gmon_start U calloc@@GLIBC_2.2.5 0000000000004f90 T checkEncoding 000000000020aee0 b completed.6183 0000000000006a30 T createNamedEnum U curl_easy_cleanup@@CURL_GNUTLS_3 U curl_easy_duphandle@@CURL_GNUTLS_3 U curl_easy_getinfo@@CURL_GNUTLS_3...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...w __gmon_start__ U __stack_chk_fail@@GLIBC_2.4 U __strdup@@GLIBC_2.2.5 000000000020aee0 A _edata 000000000020aef0 A _end 0000000000006e58 T _fini 0000000000003188 T _init 0000000000005c30 T addFormElement 0000000000006050 T buildForm 0000000000003870 t call_gmon_start U calloc@@GLIBC_2.2.5 0000000000004f90 T checkEncoding 000000000020aee0 b completed.6183 0000000000006a30 T createNamedEnum U curl_easy_cleanup@@CURL_GNUTLS_3 U curl_easy_duphandle@@CURL_GNUTLS_3 U curl_easy_getinfo@@CURL_GNUTLS_3...