aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-16 16:01:51 +0000
committerNick Clifton <nickc@gcc.gnu.org>2003-05-16 16:01:51 +0000
commitba2f4247d62b1492d7758186bc7d93dea324259c (patch)
tree96c2a38e090220828220380cb4e2c04cd9241346
parent674e9baac9f5237e7d935e85aee0a2f7fa48eb3f (diff)
downloadgcc-ba2f4247d62b1492d7758186bc7d93dea324259c.zip
gcc-ba2f4247d62b1492d7758186bc7d93dea324259c.tar.gz
gcc-ba2f4247d62b1492d7758186bc7d93dea324259c.tar.bz2
Fix typo: LSM instead of LSYM.
From-SVN: r66866
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/lib1funcs.asm2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 52c7fae..e0366d1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/arm/lib1funcs.asm b/gcc/config/arm/lib1funcs.asm
index 5d28651..03b71a8 100644
--- a/gcc/config/arm/lib1funcs.asm
+++ b/gcc/config/arm/lib1funcs.asm
@@ -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)