From: Bernhard Urban Date: Wed, 9 Jun 2010 21:25:25 +0000 (+0200) Subject: ppc: scripts for gesamt_ppc X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=d31634c82c3a5328527052ee3d660f1725bbdaff;hp=631a92314abaefe6e0d275647ed815a3fb34fd81;p=testub10.git ppc: scripts for gesamt_ppc --- diff --git a/gesamt_ppc/lewurm_08.0 b/gesamt_ppc/lewurm_08.0 index e899d23..b21c2cb 100644 --- a/gesamt_ppc/lewurm_08.0 +++ b/gesamt_ppc/lewurm_08.0 @@ -1,7 +1,6 @@ method fo0(a b c d) var x := g(); - /*return a-b-c-d-x; */ - return b; + return a-b-c-d-x; end; method g() h(); diff --git a/scripts/callingconvention.c b/scripts/callingconvention.c index deb1db1..f9c3b1c 100644 --- a/scripts/callingconvention.c +++ b/scripts/callingconvention.c @@ -1,4 +1,4 @@ -/* gcc -c -fomit-frame-pointer -fno-defer-pop callingconvention.c */ +/* gcc -c callingconvention.c */ #include @@ -7,6 +7,7 @@ extern int call(void); #define CHECKNUM 0x1234567812345678 long callchecking() { + /* TODO */ long ret; ret=call(); return ret; diff --git a/scripts/callingconvention.o b/scripts/callingconvention.o index d11cb57..42839f6 100644 Binary files a/scripts/callingconvention.o and b/scripts/callingconvention.o differ diff --git a/scripts/modlvatest_gesamt_ppc.sh b/scripts/modlvatest_gesamt_ppc.sh index 456bc4b..dd64ac0 100755 --- a/scripts/modlvatest_gesamt_ppc.sh +++ b/scripts/modlvatest_gesamt_ppc.sh @@ -20,7 +20,7 @@ else cd ~/abgabe/$beispiel echo 'Teste "make clean"' make clean - /usr/ftp/pub/ubvl/test/cleantest + #/usr/ftp/pub/ubvl/test/cleantest echo 'Teste "make"' make fi