[Ada] GDB crash during "finish" of function with out parameters
[deliverable/binutils-gdb.git] / gdb / ft32-tdep.h
index 5c52480840af1ca43117dd4a7bdc6b635d2a8ae5..ba747b0ae54e45eab7bd0f2df7b3557f6aa7b5c0 100644 (file)
@@ -22,7 +22,8 @@
 
 struct gdbarch_tdep
 {
-  /* gdbarch target dependent data here.  Currently unused for FT32.  */
+  /* Type for a pointer to a function.  Used for the type of PC.  */
+  struct type *pc_type;
 };
 
 #endif /* FT32_TDEP_H */
This page took 0.023631 seconds and 4 git commands to generate.