diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 09:32:43 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 09:32:43 +0000 |
commit | 1d6198c3b01619151f3227c6461b3d53eeb711e5 (patch) | |
tree | dc5eeca182f772a274a9a9e42bc4817ab03a8d09 /tests/cris | |
parent | 8d32699adeb10f9255a5ad7229c2d3aa7a726b5a (diff) |
Remove unnecessary trailing newlines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162
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); } - |