From: <cap...@us...> - 2007-04-13 17:04:28
|
Revision: 42 http://svn.sourceforge.net/pearcolator/?rev=42&view=rev Author: captain5050 Date: 2007-04-13 10:04:24 -0700 (Fri, 13 Apr 2007) Log Message: ----------- Simple ppc exit test Added Paths: ----------- tests/simple/ppc/ tests/simple/ppc/ppc_exit tests/simple/ppc/ppc_exit.s Added: tests/simple/ppc/ppc_exit =================================================================== (Binary files differ) Property changes on: tests/simple/ppc/ppc_exit ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: tests/simple/ppc/ppc_exit.s =================================================================== --- tests/simple/ppc/ppc_exit.s (rev 0) +++ tests/simple/ppc/ppc_exit.s 2007-04-13 17:04:24 UTC (rev 42) @@ -0,0 +1,5 @@ +.text +.global _start +_start: + li 0,1 + sc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |