diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 52c7faeb5fba..e0366d1a87fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-16 Nick Clifton + + * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM. + 2003-05-16 Wolfgang Bangerth * 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 5d286517aef4..03b71a835baa 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)