This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in arm/lib1funcs.asm


Hi Guys,

  I am applying the patch below to fix a small typo introduced into
  gcc/config/arm/lib1funcs.asm.

Cheers
        Nick

2003-05-16  Nick Clifton  <nickc@redhat.com>

	* config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.

Index: config/arm/lib1funcs.asm
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/lib1funcs.asm,v
retrieving revision 1.20
diff -c -3 -p -w -r1.20 lib1funcs.asm
*** config/arm/lib1funcs.asm	12 May 2003 13:14:32 -0000	1.20
--- config/arm/lib1funcs.asm	16 May 2003 15:59:31 -0000
*************** LSYM(Lover4):
*** 334,340 ****
  	blo	LSYM(Lover1)
  	sub	dividend, dividend, divisor
  	orr	result, result, curbit
! LSM(Lover1):
  	lsr	work, divisor, #1
  	cmp	dividend, work
  	blo	LSYM(Lover2)
--- 334,340 ----
  	blo	LSYM(Lover1)
  	sub	dividend, dividend, divisor
  	orr	result, result, curbit
! LSYM(Lover1):
  	lsr	work, divisor, #1
  	cmp	dividend, work
  	blo	LSYM(Lover2)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]