diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2005-08-05 17:55:15 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2005-08-05 17:55:15 +0000 |
commit | ed0c4927db1bdc42741ca35a18bfe8bb2df4c636 (patch) | |
tree | 56b48583afa40c5e9200be7cf1b6fa5dfc5ec7ac /gas | |
parent | f1fa1093551dabf1a4305c5b28bfd2551e9b9615 (diff) | |
download | gdb-ed0c4927db1bdc42741ca35a18bfe8bb2df4c636.zip gdb-ed0c4927db1bdc42741ca35a18bfe8bb2df4c636.tar.gz gdb-ed0c4927db1bdc42741ca35a18bfe8bb2df4c636.tar.bz2 |
* gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/reloc/reloc.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0f41a71..8416ebb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/hppa/reloc/reloc.exp b/gas/testsuite/gas/hppa/reloc/reloc.exp index 3da12e1..652e256 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] } |