]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
gdb.trace: Surround $call_insn with \y in entry-values.exp
authorMarcin Kościelnicki <koriakin@0x04.net>
Fri, 19 Feb 2016 19:29:23 +0000 (20:29 +0100)
committerMarcin Kościelnicki <koriakin@0x04.net>
Thu, 25 Feb 2016 15:11:29 +0000 (16:11 +0100)
commit7337a6f2297cdd91bb852b479b284e5796d62cc9
tree4b7c9e48a8e1b12035a0694d86e5b96f4992638b
parent1eb7c2d886c0faac42d2b68862b0e6b0d3182d98
gdb.trace: Surround $call_insn with \y in entry-values.exp

The PPC64 tracepoint patch added \y at the end of the call_insn pattern -
without that, it embarassed itself and matched the 'bl' in "Dump of
assem*bl*er code for function" as the powerpc call opcode.  Since that
sounds like a generally good idea, I've added \y before and after
call_insn for every target.  As a result, I had to change x86_64's mnemonic
to 'callq'.

gdb/testsuite/ChangeLog:

* gdb.trace/entry-values.exp: Surround $call_insn with '\y',
change x86_64 call_insn to 'callq'.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/entry-values.exp