This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 08/11] New proc is_aarch64_target


On 01/07/15 15:10, Andreas Schwab wrote:
+    return [expr ![is_aarch32_target]]
[expr] is redundant.

If I write "return ![is_aarch32_target]", I'll get a tcl error,

ERROR: tcl error sourcing ../../../binutils-gdb/gdb/testsuite/gdb.arch/aarch64-atomic-inst.exp.
ERROR: expected boolean value but got "!1"
    while executing
"if {![is_aarch64_target]} {
    verbose "Skipping ${gdb_test_file_name}."
    return
}"

--
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]