OSDN Git Service

Fix typo: LSM instead of LSYM.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 May 2003 16:01:51 +0000 (16:01 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 May 2003 16:01:51 +0000 (16:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66866 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/lib1funcs.asm

index 52c7fae..e0366d1 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-16  Nick Clifton  <nickc@redhat.com>
+
+       * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
+
 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
 
        * doc/bugreport.texi: Remove most of the of the preface of the
index 5d28651..03b71a8 100644 (file)
@@ -334,7 +334,7 @@ LSYM(Lover4):
        blo     LSYM(Lover1)
        sub     dividend, dividend, divisor
        orr     result, result, curbit
-LSM(Lover1):
+LSYM(Lover1):
        lsr     work, divisor, #1
        cmp     dividend, work
        blo     LSYM(Lover2)