From: Richard Earnshaw Date: Tue, 4 Jun 2024 10:31:50 +0000 (+0100) Subject: arm: testsuite: fix msdos line endings in tests X-Git-Tag: binutils-2_43~556 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b472e4cfd63c551543b6a1653f3cff03162b7403;p=thirdparty%2Fbinutils-gdb.git arm: testsuite: fix msdos line endings in tests A couple of the tests in the testsuite were at some point in the past committed with DOS-style CRLF line endings. This potentially causes email problems if the tests are touched in the middle of a large patch series so convert them to standard Un*x line endings. --- diff --git a/gas/testsuite/gas/arm/fp-save.s b/gas/testsuite/gas/arm/fp-save.s index d0a572aab40..ffe02bb061c 100644 --- a/gas/testsuite/gas/arm/fp-save.s +++ b/gas/testsuite/gas/arm/fp-save.s @@ -1,4 +1,4 @@ - .fnstart - sfmfd f4, 1, [sp]! - .save f4, 1 - .fnend + .fnstart + sfmfd f4, 1, [sp]! + .save f4, 1 + .fnend diff --git a/gas/testsuite/gas/arm/ldrd-unpredictable.s b/gas/testsuite/gas/arm/ldrd-unpredictable.s index 9bc207502fa..1f67d749164 100644 --- a/gas/testsuite/gas/arm/ldrd-unpredictable.s +++ b/gas/testsuite/gas/arm/ldrd-unpredictable.s @@ -1,14 +1,14 @@ -.syntax unified - -.arm - -@ LDRD -ldrd r0,r1,[r0,r1] @ unpredictable -ldrd r0,r1,[r1,r0] @ ditto -ldrd r0,r1,[r0,r2]! @ ditto -ldrd r0,r1,[r1,r2]! @ ditto - -@ STRD - -strd r0,r1,[r0,r2]! @ ditto -strd r0,r1,[r1,r2]! @ ditto +.syntax unified + +.arm + +@ LDRD +ldrd r0,r1,[r0,r1] @ unpredictable +ldrd r0,r1,[r1,r0] @ ditto +ldrd r0,r1,[r0,r2]! @ ditto +ldrd r0,r1,[r1,r2]! @ ditto + +@ STRD + +strd r0,r1,[r0,r2]! @ ditto +strd r0,r1,[r1,r2]! @ ditto