Date: Sat, 30 Jan 2010 23:25:29 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 173992 for review Message-ID: <201001302325.o0UNPT7B033364@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173992 Change 173992 by rwatson@rwatson_vimage_client on 2010/01/30 23:24:46 Comment out profiling-related code in capstart on i386 until we work out how to deal with this. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/csu/i386-elf/crt1_c.c#3 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/csu/i386-elf/crt1_c.c#3 (text+ko) ==== @@ -122,8 +122,8 @@ #endif atexit(_fini); #ifdef GCRT - monstartup(&eprol, &etext); -__asm__("eprol:"); +/* XXXCAP: monstartup(&eprol, &etext); */ +/* XXXCAP: __asm__("eprol:"); */ #endif _init(); exit( cap_main(argc, argv, env) );
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001302325.o0UNPT7B033364>