mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp.
This commit is contained in:
@ -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>
|
2005-08-05 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* gas/arm/thumb32.s: Use correct conditional suffixes inside IT
|
* gas/arm/thumb32.s: Use correct conditional suffixes inside IT
|
||||||
|
@ -545,7 +545,7 @@ proc do_function_reloc_bug {} {
|
|||||||
# Make sure we didn't put anything in the instruction itself!
|
# Make sure we didn't put anything in the instruction itself!
|
||||||
while 1 {
|
while 1 {
|
||||||
expect {
|
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] }
|
{ set x [expr $x+1] }
|
||||||
-re "^0+d0\[^\n\]*ldo 0\[\(\]+r20\[\)\]+,r19\[^\n\]*\n"
|
-re "^0+d0\[^\n\]*ldo 0\[\(\]+r20\[\)\]+,r19\[^\n\]*\n"
|
||||||
{ set x [expr $x+1] }
|
{ set x [expr $x+1] }
|
||||||
|
Reference in New Issue
Block a user