* gdb.arch/aarch64-atomic-inst.c: Use unsigned long long
instead of unsigned long to fix for ILP32.
+2015-09-19 Andrew Pinski <apinski@cavium.com>
+
+ * gdb.arch/aarch64-atomic-inst.c: Use unsigned long long
+ instead of unsigned long to fix for ILP32.
+
2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
* gdb.ada/funcall_char.exp: New testcase.
int main(void)
{
- unsigned long tmp, cond;
- unsigned long dword = 0;
+ unsigned long long tmp, cond;
+ unsigned long long dword = 0;
/* Test that we can step over ldxr/stxr. This sequence should step from
ldxr to the following __asm __volatile. */