]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix testsuite regression by: Do not skip prologue for asm (.S) files
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 10 Jul 2015 13:04:51 +0000 (15:04 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 10 Jul 2015 13:04:51 +0000 (15:04 +0200)
commit218a5a11a07268228484af88666739852ba36552
tree5086e6b75bf20125dd7346431c5ce820818a1ced
parent421530db90312b605ce05d7cf883123a084f9af3
Fix testsuite regression by: Do not skip prologue for asm (.S) files

I have somehow missed gdb.asm/asm-source.exp PASS->FAIL even on x86_64.

It has no longer valid assumption that "break" breaks after the prologue even
in assembler.  So I have changed this assumption of the testfile.

gdb/testsuite/ChangeLog
2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>

* gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
(n at main): New.
* gdb.asm/asmsrc1.s: Add comment "mark: main enter".
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/asm-source.exp
gdb/testsuite/gdb.asm/asmsrc1.s