diff options
author | Jeff Law <law@redhat.com> | 1993-12-08 22:32:05 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-08 22:32:05 +0000 |
commit | 28b9501dcd8df3ff7c69ed6dc24ef00c247d0995 (patch) | |
tree | 30f92d2e58ecca12c6b4b139c1a32696f0887bac /gas | |
parent | 627703f9821aadad3cb4d77949c33966a00e7ab0 (diff) | |
download | gdb-28b9501dcd8df3ff7c69ed6dc24ef00c247d0995.zip gdb-28b9501dcd8df3ff7c69ed6dc24ef00c247d0995.tar.gz gdb-28b9501dcd8df3ff7c69ed6dc24ef00c247d0995.tar.bz2 |
* gas/m68k/disperr.s: New test.
* gas/m68k/all.exp: Run it.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/.Sanitize | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/disperr.s | 16 |
3 files changed, 22 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c03ed0d..4d99bde 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/m68k/disperr.s: New test. + * gas/m68k/all.exp: Run it. + Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu) * gas/hppa/reloc/roundmode.s: New test. diff --git a/gas/testsuite/gas/m68k/.Sanitize b/gas/testsuite/gas/m68k/.Sanitize index e9bc4ca..1219455 100644 --- a/gas/testsuite/gas/m68k/.Sanitize +++ b/gas/testsuite/gas/m68k/.Sanitize @@ -27,6 +27,7 @@ Do-first: Things-to-keep: all.exp +disperr.s p2410.s p2663.s pic1.s diff --git a/gas/testsuite/gas/m68k/disperr.s b/gas/testsuite/gas/m68k/disperr.s new file mode 100644 index 0000000..b86e900 --- /dev/null +++ b/gas/testsuite/gas/m68k/disperr.s @@ -0,0 +1,16 @@ +#NO_APP +gcc2_compiled.: +___gnu_compiled_c: +.text + .even +.globl _foo +_foo: + link a6,#-12 + fmovex a6@(-12),fp0 + fmovex fp0,sp@- + jbsr _bar + addqw #8,sp + addqw #4,sp +L1: + unlk a6 + rts |