PERFORCE change 173992 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 30 23:25:30 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173992

Change 173992 by rwatson at 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) );


More information about the p4-projects mailing list