* gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp.
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 5 Aug 2005 17:55:15 +0000 (17:55 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 5 Aug 2005 17:55:15 +0000 (17:55 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/reloc/reloc.exp

index 0f41a71b5da4413638807ee8f36c5a8391c4e00f..8416ebb871c91cad38e60acff2ceeaf9fde1d97c 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-05  John Davind Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp.
+
 2005-08-05  Paul Brook  <paul@codesourcery.com>
 
        * gas/arm/thumb32.s: Use correct conditional suffixes inside IT
index 3da12e10010424dc1f905a3bfa99e9e9be85cd50..652e2560f6a7cfbdc50b4c6e2269909173d687f4 100644 (file)
@@ -545,7 +545,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] }
This page took 0.026107 seconds and 4 git commands to generate.