AArch64: Add pointer authentication feature
[deliverable/binutils-gdb.git] / gdb / aarch64-linux-nat.c
index 6f91e9568e57e43bfb31a6d3ab77d403487c6ccf..f58a41e19555b87b07d037ce87b6379d0c3fb1e7 100644 (file)
@@ -605,8 +605,9 @@ aarch64_linux_nat_target::read_description ()
   ret = ptrace (PTRACE_GETREGSET, tid, NT_ARM_VFP, &iovec);
   if (ret == 0)
     return tdesc_arm_with_neon;
-  else
-    return aarch64_read_description (aarch64_sve_get_vq (tid));
+
+  /* pauth not yet supported.  */
+  return aarch64_read_description (aarch64_sve_get_vq (tid), false);
 }
 
 /* Convert a native/host siginfo object, into/from the siginfo in the
This page took 0.02472 seconds and 4 git commands to generate.