Hello Test gdb.trace/entry-values.exp scans for 'call' instruction in the disassembly of entry-values.c's object file, causing it to FAIL for targets whose call instruction is not 'call'. This patch fixes this for ARM targets by using the right call instruction based on the target. However, the second part of the test would eventually end as UNSUPPORTED for ARM targets as it tests gdb trace. OK? Regards VP ~~~ 2013-09-30 Vidya Praveen * testsuite/gdb.trace/entry-values.exp: Modify regular expression to scan for 'bl' instruction instead of 'call' for ARM targets.