From: <cap...@us...> - 2007-04-13 18:40:21
|
Revision: 48 http://svn.sourceforge.net/pearcolator/?rev=48&view=rev Author: captain5050 Date: 2007-04-13 11:40:22 -0700 (Fri, 13 Apr 2007) Log Message: ----------- Bad instruction tests Added Paths: ----------- tests/simple/ppc/bad_instruction tests/simple/ppc/bad_instruction.s tests/simple/x86/bad_instruction tests/simple/x86/bad_instruction.s Added: tests/simple/ppc/bad_instruction =================================================================== (Binary files differ) Property changes on: tests/simple/ppc/bad_instruction ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: tests/simple/ppc/bad_instruction.s =================================================================== --- tests/simple/ppc/bad_instruction.s (rev 0) +++ tests/simple/ppc/bad_instruction.s 2007-04-13 18:40:22 UTC (rev 48) @@ -0,0 +1,4 @@ +.text +.global _start +_start: + .word 0 Added: tests/simple/x86/bad_instruction =================================================================== (Binary files differ) Property changes on: tests/simple/x86/bad_instruction ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: tests/simple/x86/bad_instruction.s =================================================================== --- tests/simple/x86/bad_instruction.s (rev 0) +++ tests/simple/x86/bad_instruction.s 2007-04-13 18:40:22 UTC (rev 48) @@ -0,0 +1,4 @@ +.text +.global _start +_start: +.byte 0x0f, 0x0b This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |