diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/sh64/syntax-1.s | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ac752bc..0697488 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-09-09 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * gas/sh/sh64/syntax-1.s: Regenerate. + 2009-09-08 Kaz Kojima <kkojima@rr.iij4u.or.jp> * gas/sh/basic.exp: Add -big to ASFLAGS for sh*l*-*-netbsdelf*. diff --git a/gas/testsuite/gas/sh/sh64/syntax-1.s b/gas/testsuite/gas/sh/sh64/syntax-1.s index 0e5bc9f..43b1dd6 100644 --- a/gas/testsuite/gas/sh/sh64/syntax-1.s +++ b/gas/testsuite/gas/sh/sh64/syntax-1.s @@ -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) |