aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/testsuite/ChangeLog6
-rwxr-xr-xgas/testsuite/gas/mn10300/basic.exp2
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 86d60f8..3545e1c 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-am33
+Wed Jun 24 10:10:52 1998 Jeffrey A Law (law@cygnus.com)
+
+ * gas/mn10300/basic.exp (do_am33_3): Fix typo.
+
+end-sanitize-am33
Tue Jun 23 15:14:43 1998 Nick Clifton <nickc@cygnus.com>
* gas/v850/hilo2.s: Use r1 as the destination of the movea
diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp
index 8ab4e11..47af992 100755
--- a/gas/testsuite/gas/mn10300/basic.exp
+++ b/gas/testsuite/gas/mn10300/basic.exp
@@ -1009,7 +1009,7 @@ proc do_am33_3 {} {
gas_finish
# Did we find what we were looking for? If not, flunk it.
- if [expr $x==36] then { pass $testname } else { fail $testname }
+ if [expr $x==37] then { pass $testname } else { fail $testname }
}
proc do_am33_4 {} {