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 committed SH] Fix gas/sh/sh64/syntax-1.s test


On sh64-unknown-elf gas

> FAIL: Minimum SH64 Syntax Support.

We updated all sh tests affected with

http://sourceware.org/ml/binutils/2008-04/msg00236.html

but missed that the above sh64 test should be tuned too.
Applied to head and 2.20.

Regards,
	kaz
--
2009-09-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/sh/sh64/syntax-1.s: Regenerate.

diff -uprN ORIG/src/gas/testsuite/gas/sh/sh64/syntax-1.s src/gas/testsuite/gas/sh/sh64/syntax-1.s
--- ORIG/src/gas/testsuite/gas/sh/sh64/syntax-1.s	2002-02-08 15:46:14.000000000 +0900
+++ src/gas/testsuite/gas/sh/sh64/syntax-1.s	2009-09-10 07:50:19.000000000 +0900
@@ -114,10 +114,10 @@ s5:
 	bt	.+6
 	bra	.+6
 	bsr	.+6
-	mov.l	@(4,pc),r0
+	mov.l	@(2,pc),r0
 	mov.l	@(4,r0),r0
 	mov.l	@(4,gbr),r0
-	mova	@(6,pc),r0
+	mova	@(8,pc),r0
 	mov.l	r0,@(4,r0)
 	mov.l	r0,@(4,gbr)
 


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