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 c16049c88f3a072ca0fe99dc888375a110f31cc5..10b835f0f7e15235ef72458a86bd3d7010fc72d6 100644 (file)
@@ -1,3 +1,8 @@
+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
index 2cd6f8942ac7e22ff8f951a4fa0123fc395129a4..07a433e5f3c4783c929e1725f88bf5f9e6912b88 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;
 
This page took 0.029243 seconds and 4 git commands to generate.