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]

patch for gcc/config/ia64/lib1funcs.asm


I've checked in this patch.  This updates the compiler to match an
architecture change.

Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>

	* config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
	completers from mov.ret instruction.

Index: lib1funcs.asm
===================================================================
RCS file: /cvs/cvsfiles/devo/gcc/config/ia64/lib1funcs.asm,v
retrieving revision 1.16
diff -p -r1.16 lib1funcs.asm
*** lib1funcs.asm	2000/03/15 19:44:18	1.16
--- lib1funcs.asm	2000/04/14 17:54:15
*************** __ia64_nonlocal_goto:
*** 601,607 ****
  	mov r19=ar.rsc
  	adds r2=8,in2
  	ld8 r12=[in2],16
! 	mov.ret.sptk.few.dc.dc rp = r33, .L0
  	;;
  	flushrs
  	ld8 r16=[r2],16
--- 601,607 ----
  	mov r19=ar.rsc
  	adds r2=8,in2
  	ld8 r12=[in2],16
! 	mov.ret.sptk rp = r33, .L0
  	;;
  	flushrs
  	ld8 r16=[r2],16

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