diff options
author | Nick Clifton <nickc@redhat.com> | 2010-06-17 08:17:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-06-17 08:17:05 +0000 |
commit | eada2875f771e641bc1b45ab6ebd2ce504f0a71a (patch) | |
tree | c88f83a3329e76781dc8cb283dccd2a593d14e82 /gas | |
parent | dfeb34fb1a0b47b9f22ec19c262850e2f1467392 (diff) | |
download | gdb-eada2875f771e641bc1b45ab6ebd2ce504f0a71a.zip gdb-eada2875f771e641bc1b45ab6ebd2ce504f0a71a.tar.gz gdb-eada2875f771e641bc1b45ab6ebd2ce504f0a71a.tar.bz2 |
oops - omitted from previous delta
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/m68k/p11673.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/testsuite/gas/m68k/p11673.s b/gas/testsuite/gas/m68k/p11673.s new file mode 100644 index 0000000..d8d85a4 --- /dev/null +++ b/gas/testsuite/gas/m68k/p11673.s @@ -0,0 +1,3 @@ +# The following addressing mode is allowed on isab and higher +# with moveb and movew, but it is forbidden with movel. + movel #1,%a0@(2) |