Add target_xfer_partial_ftype
[deliverable/binutils-gdb.git] / gdb / ia64-linux-nat.c
index edc1e23913a0b386b7214bf898d6782370685c01..fd3a8de758812f39cd99b50f742f11d47382f3c7 100644 (file)
@@ -833,9 +833,7 @@ ia64_linux_store_registers (struct target_ops *ops,
 }
 
 
-static LONGEST (*super_xfer_partial) (struct target_ops *, enum target_object,
-                                     const char *, gdb_byte *,
-                                     const gdb_byte *, ULONGEST, LONGEST);
+static target_xfer_partial_ftype *super_xfer_partial;
 
 static LONGEST 
 ia64_linux_xfer_partial (struct target_ops *ops,
This page took 0.023257 seconds and 4 git commands to generate.