]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix AArch64 debug trace build gdb-8.0-branch
authorTamar Christina <tamar.christina@arm.com>
Mon, 24 Apr 2017 10:55:44 +0000 (11:55 +0100)
committerTamar Christina <tamar.christina@arm.com>
Mon, 21 May 2018 09:43:40 +0000 (10:43 +0100)
commit378272cef651024de67dc0e09d3f41ae2d66f8bd
tree3e90870d986c66c840bae6d7dd51bb88c29d21c9
parent621a88c13ad39cccc8ba511ff3088cd623e9f335
Fix AArch64 debug trace build

The build with debug tracing enabled (`-DDEBUG_AARCH64`)
is currently broken. A variable that no longer exists is being
referenced from the debug statement.

* aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE
arguments.

(cherry picked from commit 957f6b39cab6cac0e4c54e650c7f75109544ac1d)
opcodes/ChangeLog
opcodes/aarch64-opc.c