summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
diff options
context:
space:
mode:
authorMarcus Shawcroft <mshawcroft@sourceware.org>2013-02-13 13:41:12 +0000
committerMarcus Shawcroft <mshawcroft@sourceware.org>2013-02-13 13:41:12 +0000
commit6eb044730a8991d0b43e89c7aa0f671bb577dfd0 (patch)
treebdca8af0ee9ce390aa5c29bc22087f1882ac066b /gdb/aarch64-linux-nat.c
parenta016fc87ebad51788218c2efb2790deede24758e (diff)
downloadbinutils-gdb-6eb044730a8991d0b43e89c7aa0f671bb577dfd0.tar.gz
ARI fix: Replace long long with LONGEST.
* aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long with LONGEST.
Diffstat (limited to 'gdb/aarch64-linux-nat.c')
-rw-r--r--gdb/aarch64-linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/aarch64-linux-nat.c b/gdb/aarch64-linux-nat.c
index 82fca0e86c8..268f98d31fd 100644
--- a/gdb/aarch64-linux-nat.c
+++ b/gdb/aarch64-linux-nat.c
@@ -143,7 +143,7 @@ static int debug_hw_points;
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 unsigned LONGEST dr_changed_t;
/* Set each of the lower M bits of X to 1; assert X is wide enough. */