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


This most likely due to Aldy's recent patches.

On Friday, December 6, 2002, at 08:27 PM, H. J. Lu wrote:

../as-new -mbooke64 -o dump.o
/export/linux/src/binutils/binutils/gas/testsuite/gas/ppc/booke.s
/export/build/linux/binutils/build-ppc-linux/gas/testsuite/../../ binutils/objdump
-Dr -Mbooke dump.o > dump.out
regexp_diff match failure
regexp "^ 1ac: 7c 00 04 ac sync $"
line " 1ac: 7c 00 04 ac msync"
regexp_diff match failure
regexp "^ 1b4: 7c 00 06 ac eieio$"
line " 1b4: 7c 00 06 ac mbar 0"
FAIL: BookE tests
The above is currect behavior, the testcase needs to be updated.

../as-new -mppc -me500 -o dump.o
/export/linux/src/binutils/binutils/gas/testsuite/gas/ppc/e500.s
/export/build/linux/binutils/build-ppc-linux/gas/testsuite/../../ binutils/objdump
-Dr -Me500 dump.o > dump.out
regexp_diff match failure
regexp "^ 18: 7c 89 43 9c mtpmr r41,r4$"
line " 18: 7c 89 33 9c mtpmr 201,r4"
regexp_diff match failure
regexp "^ 1c: 7c ab 52 9c mfpmr r5,r43$"
line " 1c: 7c ab 32 9c mfpmr r5,203"
FAIL: e500 tests
Once again, the behavior is current and testcase needs fixing

- kumar


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