update copyright dates
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / reloc / reloc.exp
index aa42fc94569684df3c2323046a8eff4ae60be7ef..a7736966cf87d9ce5280c38ee4d826b2a9e8b83e 100644 (file)
@@ -1,8 +1,9 @@
-# Copyright 1993, 1996, 1997, 2002, 2004 Free Software Foundation, Inc.
+# Copyright 1993, 1996, 1997, 2002, 2004, 2005, 2007
+# 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 2 of the License, or
+# 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,
@@ -12,7 +13,7 @@
 # 
 # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
 # dejagnu@gnu.org
@@ -545,7 +546,7 @@ proc do_function_reloc_bug {} {
        # Make sure we didn't put anything in the instruction itself!
        while 1 {
            expect {
-               -re "^0+cc\[^\n\]*ldil 0,r20\[^\n\]*\n" 
+               -re "^0+cc\[^\n\]*ldil L%0,r20\[^\n\]*\n" 
                    { set x [expr $x+1] }
                -re "^0+d0\[^\n\]*ldo 0\[\(\]+r20\[\)\]+,r19\[^\n\]*\n" 
                    { set x [expr $x+1] }
@@ -636,9 +637,9 @@ proc do_apply_test {} {
 
     while 1 {
        expect {
-           -re "^ +\[0-9\]+ 0000 00000000\[^\n\]*\n"   { set x [expr $x+1] }
-           -re "^ +\[0-9\]+ 0004 00000000\[^\n\]*\n"   { set x [expr $x+1] }
-           -re "^ +\[0-9\]+ 0008 00000000\[^\n\]*\n"   { set x [expr $x+1] }
+           -re "^ +\[0-9\]+ 0000 00000044\[^\n\]*\n"   { set x [expr $x+1] }
+           -re "^ +\[0-9\]+ 0004 00000058\[^\n\]*\n"   { set x [expr $x+1] }
+           -re "^ +\[0-9\]+ 0008 0000006C\[^\n\]*\n"   { set x [expr $x+1] }
            -re "\[^\n\]*\n"                            { }
            timeout                             { perror "timeout\n"; break }
            eof                                 { break }
This page took 0.024718 seconds and 4 git commands to generate.