[ARM] libgcc: Fix comment for code working on architectures >= 4.
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 30 Jul 2018 12:51:42 +0000 (12:51 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Mon, 30 Jul 2018 12:51:42 +0000 (14:51 +0200)
2018-07-30  Christophe Lyon  <christophe.lyon@linaro.org>

* config/arm/ieee754-df.S: Fix comment for code working on
architectures >= 4.
* config/arm/ieee754-sf.S: Likewise.

From-SVN: r263066

libgcc/ChangeLog
libgcc/config/arm/ieee754-df.S
libgcc/config/arm/ieee754-sf.S

index e0db8d16f98996f44bd8613166dbe5d54ed859ef..b8f85b663f5dfe437fabbd637c00df272c21a9fa 100644 (file)
@@ -1,3 +1,9 @@
+2018-07-30  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * config/arm/ieee754-df.S: Fix comment for code working on
+       architectures >= 4.
+       * config/arm/ieee754-sf.S: Likewise.
+
 2018-07-27  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR libgcc/85334
index 8741aa99245cb626b006fb07b18c3d0efbc9922b..7f2afb284d20154385db203327066d5542094fbe 100644 (file)
@@ -657,7 +657,7 @@ ARM_FUNC_ALIAS aeabi_dmul muldf3
        beq     LSYM(Lml_1)
 
        @ Here is the actual multiplication.
-       @ This code works on architecture versions > 4
+       @ This code works on architecture versions >= 4
        umull   ip, lr, xl, yl
        mov     r5, #0
        umlal   lr, r5, xh, yl
index d80d5e9080c43f622445704717731035ed02fc5f..e8ee76e31df03eaa0e17514e82ee4aa61cc91ce8 100644 (file)
@@ -461,7 +461,7 @@ LSYM(Lml_x):
        orr     r1, r3, r1, lsr #5
 
        @ The actual multiplication.
-       @ This code works on architecture versions > 4
+       @ This code works on architecture versions >= 4
        umull   r3, r1, r0, r1
 
        @ Put final sign in r0.