diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2006-10-22 01:19:06 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2006-10-22 01:19:06 +0000 |
commit | 23bacdc9bf605c47135fa2045bbbfe50b5e6d14a (patch) | |
tree | 79915cf2442fd7816f628781c1e0af572a73a946 /gas | |
parent | 30bebb95d6029675439382a7f813da7da723ec77 (diff) | |
download | fsf-binutils-gdb-23bacdc9bf605c47135fa2045bbbfe50b5e6d14a.zip fsf-binutils-gdb-23bacdc9bf605c47135fa2045bbbfe50b5e6d14a.tar.gz fsf-binutils-gdb-23bacdc9bf605c47135fa2045bbbfe50b5e6d14a.tar.bz2 |
* gas/sh/sh64/syntax-1.d: Update.
* ld-sh/sh64/abi32.xd, ld-sh/sh64/abi64.xd, ld-sh/sh64/cmpct1.xd,
* ld-sh/sh64/crange1.rd, ld-sh/sh64/crange2.rd,
* ld-sh/sh64/crange3-cmpct.rd, ld-sh/sh64/crange3-media.rd,
* ld-sh/sh64/crange3.rd, ld-sh/sh64/crangerel1.rd,
* ld-sh/sh64/crangerel2.rd, ld-sh/sh64/mix1.xd,
* ld-sh/sh64/mix2.xd, ld-sh/sh64/rel32.xd, ld-sh/sh64/rel64.xd,
* ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd,
* ld-sh/sh64/shdl32.xd, ld-sh/sh64/shdl64.xd: Update.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/sh64/syntax-1.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 44f877a..b5fa684 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-10-21 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * gas/sh/sh64/syntax-1.d: Update. + 2006-10-20 Andrew Stubbs <andrew.stubbs@st.com> * gas/sh/pcrel-coff.d: Update patterns (remove 0x on addresses). diff --git a/gas/testsuite/gas/sh/sh64/syntax-1.d b/gas/testsuite/gas/sh/sh64/syntax-1.d index 84a9c25..b483293 100644 --- a/gas/testsuite/gas/sh/sh64/syntax-1.d +++ b/gas/testsuite/gas/sh/sh64/syntax-1.d @@ -85,7 +85,7 @@ Disassembly of section .text: 104: e00107f0 prefi r0,32 0000000000000108 <.*>: - 108: 90 01 mov.w 10e <.*>,r0 ! 0x8101 + 108: 90 01 mov.w 10e <.*>,r0 ! 8101 10a: 85 01 mov.w @\(2,r0\),r0 10c: c5 01 mov.w @\(2,gbr\),r0 10e: 81 01 mov.w r0,@\(2,r0\) @@ -94,7 +94,7 @@ Disassembly of section .text: 114: 89 01 bt 11a <.*> 116: a0 01 bra 11c <.*> 118: b0 01 bsr 11e <.*> - 11a: d0 00 mov.l 11c <.*>,r0 ! 0x5001c601 + 11a: d0 00 mov.l 11c <.*>,r0 ! 5001c601 11c: 50 01 mov.l @\(4,r0\),r0 11e: c6 01 mov.l @\(4,gbr\),r0 120: c7 01 mova 128 <.*>,r0 |