Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / config / pa / tm-hppa.h
index 4067ed3de9ea7d2821868c91ccca33ca50ee5ebe..65b2bbfed6b141a6fb81d4f8b8f8c38778c9ef0e 100644 (file)
@@ -767,12 +767,12 @@ extern CORE_ADDR skip_trampoline_code (CORE_ADDR, char *);
 #endif
 
 #define TARGET_READ_PC(pid) target_read_pc (pid)
-extern CORE_ADDR target_read_pc (int);
+extern CORE_ADDR target_read_pc (ptid_t);
 
 #define TARGET_WRITE_PC(v,pid) target_write_pc (v,pid)
-extern void target_write_pc (CORE_ADDR, int);
+extern void target_write_pc (CORE_ADDR, ptid_t);
 
-#define TARGET_READ_FP() target_read_fp (inferior_pid)
+#define TARGET_READ_FP() target_read_fp (PIDGET (inferior_ptid))
 extern CORE_ADDR target_read_fp (int);
 
 /* For a number of horrible reasons we may have to adjust the location
This page took 0.025011 seconds and 4 git commands to generate.