ARI fix: Replace long long with LONGEST.
authorMarcus Shawcroft <mshawcroft@sourceware.org>
Wed, 13 Feb 2013 13:41:12 +0000 (13:41 +0000)
committerMarcus Shawcroft <mshawcroft@sourceware.org>
Wed, 13 Feb 2013 13:41:12 +0000 (13:41 +0000)
        * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
        with LONGEST.

gdb/ChangeLog
gdb/aarch64-linux-nat.c

index f177fa3e6d758a1df0bf530871207956fbb43af0..511d18df6412b904ca613f0e864b75679c015e16 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
+       with LONGEST.
+
 2013-02-13  Pedro Alves  <palves@redhat.com>
            Hafiz Abid Qadeer  <abidh@codesourcery.com>
 
index 82fca0e86c86e68202ab26fb587a8200e7037849..268f98d31fd08580e20af400c5479210af9fe79c 100644 (file)
@@ -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.  */