diff options
author | Marcin Kościelnicki <koriakin@0x04.net> | 2016-02-19 20:33:34 +0100 |
---|---|---|
committer | Marcin Kościelnicki <koriakin@0x04.net> | 2016-02-25 16:11:33 +0100 |
commit | 678b48b7cf0bd518ebc234bda98229cc602c2a45 (patch) | |
tree | d59c850262ed63dc67c728087084259679ddf5ab /gdb/testsuite/ChangeLog | |
parent | 7337a6f2297cdd91bb852b479b284e5796d62cc9 (diff) | |
download | gdb-678b48b7cf0bd518ebc234bda98229cc602c2a45.zip gdb-678b48b7cf0bd518ebc234bda98229cc602c2a45.tar.gz gdb-678b48b7cf0bd518ebc234bda98229cc602c2a45.tar.bz2 |
gdb.trace: Remove unnecessary target check from ftrace.exp.
The check used hardcoded targets and wasn't doing anything useful anyway,
since unsupported architectures blow up on link due to missing the IPA
library before they ever get to that check.
gdb/testsuite/ChangeLog:
* gdb.trace/ftrace.exp: Remove unnecessary target check.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ccd288a..b3681f2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net> + * gdb.trace/ftrace.exp: Remove unnecessary target check. + +2016-02-25 Marcin Kościelnicki <koriakin@0x04.net> + * gdb.trace/entry-values.exp: Surround $call_insn with '\y', change x86_64 call_insn to 'callq'. |