Enable support for the AArch64 dot-prod instruction in the Cortex A55 and A75 cpus.
[deliverable/binutils-gdb.git] / gdb / tracefile.h
index 8b711a115c2fd7197f1ec348d66347ec35fcdbb5..e6d4460d3efd2ccec473c60a0ba79a1137e4dce5 100644 (file)
@@ -84,6 +84,9 @@ struct trace_file_write_ops
   void (*write_uploaded_tp) (struct trace_file_writer *self,
                             struct uploaded_tp *tp);
 
+  /* Write target description.  */
+  void (*write_tdesc) (struct trace_file_writer *self);
+
   /* Write to mark the end of the definition part.  */
   void (*write_definition_end) (struct trace_file_writer *self);
 
This page took 0.025709 seconds and 4 git commands to generate.