From: Jeff Law Date: Wed, 24 Jun 1998 16:15:21 +0000 (+0000) Subject: * gas/mn10300/basic.exp (do_am33_3): Fix typo. X-Git-Tag: gdb-4_18~1772 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70f4a97cb583f16c25aa7ef1c452706dce85676b;p=platform%2Fupstream%2Fbinutils.git * gas/mn10300/basic.exp (do_am33_3): Fix typo. --- 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 * 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 {} {