aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-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)