This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Re: "make check" failed on Linux/ppc


>>>>> "Kumar" == Kumar Gala <kumar.gala@motorola.com> writes:

 > The above is currect behavior, the testcase needs to be updated.

Sorry about the confusion.

Fixed with this patch.  Committed.

Thanks for the report.

Aldy

2002-12-09  Aldy Hernandez  <aldyh@redhat.com>

	* gas/ppc/booke.d: Fix msync and mbar to reflect reality.

	* gas/ppc/e500.d: Fix m[tf]pmr to reflect reality.

Index: gas/ppc/booke.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/booke.d,v
retrieving revision 1.4
diff -c -p -r1.4 booke.d
*** gas/ppc/booke.d	12 Nov 2002 04:04:13 -0000	1.4
--- gas/ppc/booke.d	10 Dec 2002 00:39:47 -0000
*************** Disassembly of section \.text:
*** 134,140 ****
   1a0:	7c aa 3a 86 	mfdcr	r5,234
   1a4:	7c e6 03 06 	mtdcrx	r6,r7
   1a8:	7d 10 6b 86 	mtdcr	432,r8
!  1ac:	7c 00 04 ac 	sync	
   1b0:	7c 09 55 ec 	dcba	r9,r10
!  1b4:	7c 00 06 ac 	eieio
  Disassembly of section \.data:
--- 134,140 ----
   1a0:	7c aa 3a 86 	mfdcr	r5,234
   1a4:	7c e6 03 06 	mtdcrx	r6,r7
   1a8:	7d 10 6b 86 	mtdcr	432,r8
!  1ac:	7c 00 04 ac 	msync
   1b0:	7c 09 55 ec 	dcba	r9,r10
!  1b4:	7c 00 06 ac 	mbar	0
  Disassembly of section \.data:
Index: gas/ppc/e500.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/e500.d,v
retrieving revision 1.1
diff -c -p -r1.1 e500.d
*** gas/ppc/e500.d	19 Aug 2002 21:01:02 -0000	1.1
--- gas/ppc/e500.d	10 Dec 2002 00:39:47 -0000
*************** Disassembly of section \.text:
*** 13,20 ****
     c:	7d 4b 61 0c 	dcbtstls	10,r11,r12
    10:	7d ae 7b cc 	icbtls	13,r14,r15
    14:	7e 11 91 cc 	icblc	16,r17,r18
!   18:	7c 89 43 9c 	mtpmr	r41,r4
!   1c:	7c ab 52 9c 	mfpmr	r5,r43
    20:	7c 00 04 0c 	bblels
    24:	7c 00 04 4c 	bbelr
    28:	7d 00 83 a6 	mtspefscr	r8
--- 13,20 ----
     c:	7d 4b 61 0c 	dcbtstls	10,r11,r12
    10:	7d ae 7b cc 	icbtls	13,r14,r15
    14:	7e 11 91 cc 	icblc	16,r17,r18
!   18:	7c 89 33 9c 	mtpmr	201,r4
!   1c:	7c ab 32 9c 	mfpmr	r5,203
    20:	7c 00 04 0c 	bblels
    24:	7c 00 04 4c 	bbelr
    28:	7d 00 83 a6 	mtspefscr	r8


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