This is the mail archive of the binutils@sourceware.org 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]

PATCH: Remove 64-bit booke gas test.


Hi Guys,

  Ben's recent patch to remove the PowerPC 64-bit BookE support
  omitted to remove the gas test for these instructions, so I am
  checking in the patch below to fix this.

Cheers
  Nick

gas/testsuite/ChangeLog
2008-12-30  Nick Clifton  <nickc@redhat.com>

	* gas/ppc/ppc.exp: Do not run the booke_xcoff64 test.
	* gas/ppc/booke_xcoff64.s: Delete.
	* gas/ppc/booke_xcoff64.d: Delete.

Index: gas/testsuite/gas/ppc/ppc.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/ppc.exp,v
retrieving revision 1.21
diff -c -3 -p -r1.21 ppc.exp
*** gas/testsuite/gas/ppc/ppc.exp	9 Sep 2008 13:25:05 -0000	1.21
--- gas/testsuite/gas/ppc/ppc.exp	30 Dec 2008 10:40:16 -0000
*************** if { [istarget powerpc*-*-*] } then {
*** 35,41 ****
  	run_dump_test "altivec_xcoff"
  	run_dump_test "altivec_xcoff64"
  	run_dump_test "booke_xcoff"
- 	run_dump_test "booke_xcoff64"
      } else {
  	run_dump_test "altivec"
  	run_dump_test "altivec_and_spe"
--- 35,40 ----

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