]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix gdb.base/msym*.exp failures
authorLuis Machado <luis.machado@linaro.org>
Wed, 14 Oct 2020 22:44:03 +0000 (19:44 -0300)
committerLuis Machado <luis.machado@linaro.org>
Thu, 22 Oct 2020 14:33:18 +0000 (11:33 -0300)
commit557fc2572036cf01c0f5303d044e4d691705fcd1
tree41574e0c9b81b93a809dfbe00d94cc26519788e0
parent6278c6a66379c40d2d91107a2101408ec4ca0673
Fix gdb.base/msym*.exp failures

AArch64 generates functions without a prologue for these two testcases,
therefore we shouldn't expect the function location to be displayed with
an offset.

gdb/testsuite/ChangeLog:

2020-10-22  Luis Machado  <luis.machado@linaro.org>

* gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
expected an offset from the function.
* gdb.base/msym-bp.exp (test): Likewise.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/msym-bp-shl.exp
gdb/testsuite/gdb.base/msym-bp.exp