Remove the ldmx mnemonic that never made it into POWER9.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / t03_add.exp
index 635daab5162b47d2287019dedd7faedba2ce7b74..4f3e147b1954a5316aca93cb51591d81813abcda 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright (C) 2012-2019 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  
+
 #
 # Some h8300sx tests -- t03_add
 #
@@ -2940,7 +2956,7 @@ proc do_t03_add_test {} {
         default        { fail "$testname: add.l @0x1234:16, ... ($x)" }
     }
     # FIXME return early, expect bombs out on the next group.
-    return;
+    return
     set x 0
     expect {
        -re ".* 960 1f44 01046B2C" { set x [expr $x+1]; exp_continue; }
This page took 0.025053 seconds and 4 git commands to generate.