]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
arm: testsuite: fix msdos line endings in tests
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 4 Jun 2024 10:31:50 +0000 (11:31 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Tue, 4 Jun 2024 10:52:35 +0000 (11:52 +0100)
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.

gas/testsuite/gas/arm/fp-save.s
gas/testsuite/gas/arm/ldrd-unpredictable.s

index d0a572aab4018c8a523884fa5ea681a84f551265..ffe02bb061c9aa08171a58ea72ba3e5932f29683 100644 (file)
@@ -1,4 +1,4 @@
-       .fnstart\r
-       sfmfd   f4, 1, [sp]!\r
-       .save f4, 1\r
-       .fnend\r
+       .fnstart
+       sfmfd   f4, 1, [sp]!
+       .save f4, 1
+       .fnend
index 9bc207502fa9441e87dd9c3cbddb02aaade51a4b..1f67d7491644a0e3a05814e6a8820dfc76167307 100644 (file)
@@ -1,14 +1,14 @@
-.syntax unified\r
-\r
-.arm\r
-\r
-@ LDRD\r
-ldrd r0,r1,[r0,r1]                     @ unpredictable\r
-ldrd r0,r1,[r1,r0]                     @ ditto\r
-ldrd r0,r1,[r0,r2]!                    @ ditto\r
-ldrd r0,r1,[r1,r2]!                    @ ditto\r
-\r
-@ STRD\r
-\r
-strd r0,r1,[r0,r2]!                    @ ditto\r
-strd r0,r1,[r1,r2]!                    @ ditto\r
+.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