From 28b9501dcd8df3ff7c69ed6dc24ef00c247d0995 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 8 Dec 1993 22:32:05 +0000 Subject: [PATCH] * gas/m68k/disperr.s: New test. * gas/m68k/all.exp: Run it. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/m68k/.Sanitize | 1 + gas/testsuite/gas/m68k/disperr.s | 16 ++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 gas/testsuite/gas/m68k/disperr.s 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 -- 2.7.4