From owner-p4-projects@FreeBSD.ORG Sat Jan 30 23:25:30 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E1B771065672; Sat, 30 Jan 2010 23:25:29 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6370106566B for ; Sat, 30 Jan 2010 23:25:29 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92ABC8FC1C for ; Sat, 30 Jan 2010 23:25:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0UNPTZP033366 for ; Sat, 30 Jan 2010 23:25:29 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0UNPT7B033364 for perforce@freebsd.org; Sat, 30 Jan 2010 23:25:29 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 30 Jan 2010 23:25:29 GMT Message-Id: <201001302325.o0UNPT7B033364@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 173992 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2010 23:25:30 -0000 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) );