gdb: Fix aarch64 native build issue caused by use of LONGEST
authorWill Newton <will.newton@linaro.org>
Thu, 21 Aug 2014 08:38:00 +0000 (09:38 +0100)
committerWill Newton <will.newton@linaro.org>
Thu, 21 Aug 2014 08:38:00 +0000 (09:38 +0100)
commitde589d04f30e658fcf4ba37a678c9487c128f97f
treeadbb0e04ed63de495022a5e0fda4c37cd93dcd37
parent42868dce3e9d5c858d91f141ec920bc4629a5918
gdb: Fix aarch64 native build issue caused by use of LONGEST

Recent gdb code refactor changes LONGEST from a macro to a typedef,
thus the use of it in aarch64-linux-nat.c is no longer valid.

2014-08-21  Bin Cheng  <bin.cheng@arm.com>

* aarch64-linux-nat.c (dr_changed_t): Change the type from
unsigned LONGEST to ULONGEST.
gdb/ChangeLog
gdb/aarch64-linux-nat.c