* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / hp300ux-nat.c
index 0f392ab0f9b5afd682b463f1e180ee9c2b412578..af852fc14e86bc617b5d34ba31a9956a9b0a3bba 100644 (file)
@@ -53,7 +53,8 @@ struct hpnlist {
 static struct hpnlist nl[] = {{ "_u", -1, }, { (char *) 0, }};
 
 /* read the value of the u area from the hp-ux kernel */
-void _initialize_kernel_u_addr ()
+void
+_initialize_hp300ux_nat ()
 {
 #ifndef HPUX_VERSION_5
     nlist ("/hp-ux", nl);
@@ -212,6 +213,11 @@ store_inferior_registers (regno)
 }
 
 \f
+#if 0
+
+/* This function is no longer used.  The version in coredep.c is used
+   instead.  */
+
 /* Take the register values out of a core file and store
    them where `read_register' will find them.  */
 
@@ -256,6 +262,8 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
   }
 }
 
+#endif /* 0 */
+
 int
 getpagesize ()
 {
This page took 0.022884 seconds and 4 git commands to generate.