Rename ia64-hpux-nat.c:_initialize_hppa_hpux_nat...
authorJoel Brobecker <brobecker@gnat.com>
Thu, 14 Jun 2012 18:19:40 +0000 (18:19 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 14 Jun 2012 18:19:40 +0000 (18:19 +0000)
... into _initialize_ia64_hpux_nat. Looks like a harmless but
unfortunate copy/paste error.

gdb/ChangeLog:

        * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
        _initialize_hppa_hpux_nat.

gdb/ChangeLog
gdb/ia64-hpux-nat.c

index c16049c..10b835f 100644 (file)
@@ -1,5 +1,10 @@
 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
 
+       * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
+       _initialize_hppa_hpux_nat.
+
+2012-06-13  Joel Brobecker  <brobecker@adacore.com>
+
        * remote-sim.c (sim_command_completer): Change type of return
        value to "VEC (char_ptr) *".  Adjust implementation accordingly.
 
index 2cd6f89..07a433e 100644 (file)
@@ -679,10 +679,10 @@ ia64_hpux_mourn_inferior (struct target_ops *ops)
 }
 
 /* Prevent warning from -Wmissing-prototypes.  */
-void _initialize_hppa_hpux_nat (void);
+void _initialize_ia64_hpux_nat (void);
 
 void
-_initialize_hppa_hpux_nat (void)
+_initialize_ia64_hpux_nat (void)
 {
   struct target_ops *t;