diff options
Diffstat (limited to 'tests/cris')
-rw-r--r-- | tests/cris/.gdbinit | 1 | ||||
-rw-r--r-- | tests/cris/README | 1 | ||||
-rw-r--r-- | tests/cris/check_movemr.s | 1 | ||||
-rw-r--r-- | tests/cris/check_movemrv32.s | 1 | ||||
-rw-r--r-- | tests/cris/check_mover.s | 1 | ||||
-rw-r--r-- | tests/cris/check_stat3.c | 1 | ||||
-rw-r--r-- | tests/cris/check_stat4.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/tests/cris/.gdbinit b/tests/cris/.gdbinit index 579eac9433..5e8c1d32f3 100644 --- a/tests/cris/.gdbinit +++ b/tests/cris/.gdbinit @@ -9,4 +9,3 @@ display /x $r2 display /x $r3 display /x $r4 display /t $ccs - diff --git a/tests/cris/README b/tests/cris/README index 93c955cbb8..2e65a76f10 100644 --- a/tests/cris/README +++ b/tests/cris/README @@ -1,2 +1 @@ Test-suite for the cris port. Heavily based on the test-suite for the CRIS port of sim by Hans-Peter Nilsson. - diff --git a/tests/cris/check_movemr.s b/tests/cris/check_movemr.s index 776da76839..88489dee31 100644 --- a/tests/cris/check_movemr.s +++ b/tests/cris/check_movemr.s @@ -76,4 +76,3 @@ mem3: checkr3 6712 quit - diff --git a/tests/cris/check_movemrv32.s b/tests/cris/check_movemrv32.s index dc340afa4d..53950abd5b 100644 --- a/tests/cris/check_movemrv32.s +++ b/tests/cris/check_movemrv32.s @@ -94,4 +94,3 @@ y: checkr3 d quit - diff --git a/tests/cris/check_mover.s b/tests/cris/check_mover.s index c93106f17e..b4db595d64 100644 --- a/tests/cris/check_mover.s +++ b/tests/cris/check_mover.s @@ -26,4 +26,3 @@ checkr3 ffffff00 quit - diff --git a/tests/cris/check_stat3.c b/tests/cris/check_stat3.c index a248ec0864..3b5b217a1c 100644 --- a/tests/cris/check_stat3.c +++ b/tests/cris/check_stat3.c @@ -23,4 +23,3 @@ int main (int argc, char *argv[]) printf ("pass\n"); exit (0); } - diff --git a/tests/cris/check_stat4.c b/tests/cris/check_stat4.c index d10655d405..e1955cab34 100644 --- a/tests/cris/check_stat4.c +++ b/tests/cris/check_stat4.c @@ -25,4 +25,3 @@ int main (int argc, char *argv[]) printf ("pass\n"); exit (0); } - |