hppa: Rename all *.s to *.S.
authorCarlos O'Donell <carlos_odonell@mentor.com>
Sat, 19 May 2012 16:53:28 +0000 (18:53 +0200)
committerCarlos O'Donell <carlos_odonell@mentor.com>
Sat, 19 May 2012 16:54:43 +0000 (18:54 +0200)
Top-level is removing the rule for *.s, therefore
we change all of our files to *.S. There was no
reason not to use *.S.

ChangeLog.hppa
sysdeps/hppa/add_n.S [moved from sysdeps/hppa/add_n.s with 100% similarity]
sysdeps/hppa/hppa1.1/addmul_1.S [moved from sysdeps/hppa/hppa1.1/addmul_1.s with 100% similarity]
sysdeps/hppa/hppa1.1/mul_1.S [moved from sysdeps/hppa/hppa1.1/mul_1.s with 100% similarity]
sysdeps/hppa/hppa1.1/submul_1.S [moved from sysdeps/hppa/hppa1.1/submul_1.s with 100% similarity]
sysdeps/hppa/hppa1.1/udiv_qrnnd.S [moved from sysdeps/hppa/hppa1.1/udiv_qrnnd.s with 100% similarity]
sysdeps/hppa/lshift.S [moved from sysdeps/hppa/lshift.s with 100% similarity]
sysdeps/hppa/rshift.S [moved from sysdeps/hppa/rshift.s with 100% similarity]
sysdeps/hppa/sub_n.S [moved from sysdeps/hppa/sub_n.s with 100% similarity]
sysdeps/hppa/udiv_qrnnd.S [moved from sysdeps/hppa/udiv_qrnnd.s with 100% similarity]

index 68eb6fa..e588a78 100644 (file)
@@ -1,3 +1,24 @@
+2012-05-19  Carlos O'Donell  <carlos@systemhalted.org>
+
+       * sysdeps/hppa/add_n.s: Rename this...
+       * sysdeps/hppa/add_n.S: ... to this.
+       * sysdeps/hppa/hppa1.1/addmul_1.s: Rename this...
+       * sysdeps/hppa/hppa1.1/addmul_1.S: ... to this.
+       * sysdeps/hppa/hppa1.1/mul_1.s: Rename this...
+       * sysdeps/hppa/hppa1.1/mul_1.S ... to this.
+       * sysdeps/hppa/hppa1.1/submul_1.s: Rename this...
+       * sysdeps/hppa/hppa1.1/submul_1.S: ... to this.
+       * sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Rname this...
+       * sysdeps/hppa/hppa1.1/udiv_qrnnd.S: ... to this.
+       * sysdeps/hppa/lshift.s: Rename this...
+       * sysdeps/hppa/lshift.S: ... to this.
+       * sysdeps/hppa/rshift.s: Rename this...
+       * sysdeps/hppa/rshift.S: ... to this.
+       * sysdeps/hppa/sub_n.s: Rename this...
+       * sysdeps/hppa/sub_n.S: ... to this.
+       * sysdeps/hppa/udiv_qrnnd.s: Rename this...
+       * sysdeps/hppa/udiv_qrnnd.S: ... to this.
+
 2012-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        * sysdeps/hppa/libgcc_s.h: Remove.
similarity index 100%
rename from sysdeps/hppa/add_n.s
rename to sysdeps/hppa/add_n.S
similarity index 100%
rename from sysdeps/hppa/lshift.s
rename to sysdeps/hppa/lshift.S
similarity index 100%
rename from sysdeps/hppa/rshift.s
rename to sysdeps/hppa/rshift.S
similarity index 100%
rename from sysdeps/hppa/sub_n.s
rename to sysdeps/hppa/sub_n.S