* gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp.

This commit is contained in:
Dave Anglin 2005-08-05 17:55:15 +00:00
parent f1fa109355
commit ed0c4927db
2 changed files with 5 additions and 1 deletions

View 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

View 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] }