aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/aarch64-linux-hw-point.h
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2015-07-20 16:29:16 +0100
committerYao Qi <yao.qi@linaro.org>2015-07-20 16:49:22 +0100
commit3675a06a823132663f7c2376796c5345032fddad (patch)
tree8f7d6a28ec13061639b760471daaffa5cd74e7e5 /gdb/nat/aarch64-linux-hw-point.h
parent7ac018954bd9c2d964204a451ecabdd7d8a11945 (diff)
downloadgdb-3675a06a823132663f7c2376796c5345032fddad.zip
gdb-3675a06a823132663f7c2376796c5345032fddad.tar.gz
gdb-3675a06a823132663f7c2376796c5345032fddad.tar.bz2
Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}
This patch is to fix two ARI warnings for nat/aarch64-linux-hw-point.{c,h}. gdb: 2015-07-20 Yao Qi <yao.qi@linaro.org> * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint): Re-indent the code. * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than "unsigned long long".
Diffstat (limited to 'gdb/nat/aarch64-linux-hw-point.h')
-rw-r--r--gdb/nat/aarch64-linux-hw-point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nat/aarch64-linux-hw-point.h b/gdb/nat/aarch64-linux-hw-point.h
index 44dc5cf..1d81a08 100644
--- a/gdb/nat/aarch64-linux-hw-point.h
+++ b/gdb/nat/aarch64-linux-hw-point.h
@@ -102,7 +102,7 @@
ptrace calls to the kernel, i.e. avoid asking the kernel to write
to the debug registers with unchanged values. */
-typedef unsigned long long dr_changed_t;
+typedef ULONGEST dr_changed_t;
/* Set each of the lower M bits of X to 1; assert X is wide enough. */