From: Dave Anglin Date: Fri, 5 Aug 2005 17:55:15 +0000 (+0000) Subject: * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed0c4927db1bdc42741ca35a18bfe8bb2df4c636;p=binutils-gdb.git * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0f41a71b5da..8416ebb871c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-08-05 John Davind Anglin + + * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp. + 2005-08-05 Paul Brook * gas/arm/thumb32.s: Use correct conditional suffixes inside IT diff --git a/gas/testsuite/gas/hppa/reloc/reloc.exp b/gas/testsuite/gas/hppa/reloc/reloc.exp index 3da12e10010..652e2560f6a 100644 --- a/gas/testsuite/gas/hppa/reloc/reloc.exp +++ b/gas/testsuite/gas/hppa/reloc/reloc.exp @@ -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] }