Revision: 61
http://svn.sourceforge.net/pearcolator/?rev=61&view=rev
Author: captain5050
Date: 2007-04-18 07:21:45 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
Simple helloworld tests compiled with GCC
Added Paths:
-----------
tests/gcc_simple/
tests/gcc_simple/ppc/
tests/gcc_simple/ppc/helloworld
tests/gcc_simple/x86/
tests/gcc_simple/x86/helloworld
tests/gcc_simple/x86/helloworld.c
Added: tests/gcc_simple/ppc/helloworld
===================================================================
(Binary files differ)
Property changes on: tests/gcc_simple/ppc/helloworld
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: tests/gcc_simple/x86/helloworld
===================================================================
(Binary files differ)
Property changes on: tests/gcc_simple/x86/helloworld
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: tests/gcc_simple/x86/helloworld.c
===================================================================
--- tests/gcc_simple/x86/helloworld.c (rev 0)
+++ tests/gcc_simple/x86/helloworld.c 2007-04-18 14:21:45 UTC (rev 61)
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main(int argc, char **argv) {
+ printf("Helloworld!\n");
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|