]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix regression by Do not skip prologue for asm (.S) files
authorYao Qi <yao.qi@linaro.org>
Wed, 2 Dec 2015 09:32:34 +0000 (09:32 +0000)
committerYao Qi <yao.qi@linaro.org>
Wed, 2 Dec 2015 09:32:34 +0000 (09:32 +0000)
commit87a8c81ef09b8f86844924c71b2d886b58991c60
treed2fdf6479eab6ba2342d4c48a4a90d7590911734
parent01382ffd00d7072cb70d34c26c0de144d1569932
Fix regression by Do not skip prologue for asm (.S) files

Patch "Do not skip prologue for asm (.S) files" [1] changes GDB's
behaviour on which test gdb.arch/thumb-singlestep.exp depends, so
it causes the fail below:

 (gdb) si^M
 37              blx     foo^M
 (gdb) FAIL: gdb.arch/thumb-singlestep.exp: step into foo

the test assumes the program will stop at the instruction after "push"
but it doesn't.  The fix to this fail is to do one more single step.

[1] https://sourceware.org/ml/gdb-patches/2015-06/msg00561.html

gdb/testsuite:

2015-12-02  Yao Qi  <yao.qi@linaro.org>

* gdb.arch/thumb-singlestep.exp: Do one more single step.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/thumb-singlestep.exp