Coldfire error in lb1sf68.asm

Torbjorn Granlund tege@matematik.su.se
Thu Apr 30 06:21:00 GMT 1998


Thu Apr  9 11:11:13 1998  Torbjorn Granlund  <tege@matematik.su.se>

	* config/m68k/lb1sf68.asm (__addsf3): Fix typo in code for emulating
	exg on coldfire.

Index: lb1sf68.asm
===================================================================
RCS file: /home/cvsfiles/coldfire/host/src/gnu/gcc/config/m68k/lb1sf68.asm,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** lb1sf68.asm	1998/04/08 13:01:08	1.1
--- lb1sf68.asm	1998/04/09 09:40:41	1.2
***************
*** 2685,2693 ****
  #else
  	movel	d6,d4
  	movel	a0,d6
! 	movel	d4,d6
  	movel	d7,d4
! 	movel	a1,d4
  	movel	d4,a1
  #endif
  	eorl	d6,d7		| combine sign bits
--- 2685,2693 ----
  #else
  	movel	d6,d4
  	movel	a0,d6
! 	movel	d4,a0
  	movel	d7,d4
! 	movel	a1,d7
  	movel	d4,a1
  #endif
  	eorl	d6,d7		| combine sign bits



More information about the Gcc mailing list