From 45717bacbdabe132eb3c6cd3bde4ced76b268171 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 14 Jun 2012 18:19:40 +0000 Subject: [PATCH] Rename ia64-hpux-nat.c:_initialize_hppa_hpux_nat... ... 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 | 5 +++++ gdb/ia64-hpux-nat.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c16049c88f..10b835f0f7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-06-13 Joel Brobecker + + * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames + _initialize_hppa_hpux_nat. + 2012-06-13 Joel Brobecker * remote-sim.c (sim_command_completer): Change type of return diff --git a/gdb/ia64-hpux-nat.c b/gdb/ia64-hpux-nat.c index 2cd6f8942a..07a433e5f3 100644 --- a/gdb/ia64-hpux-nat.c +++ b/gdb/ia64-hpux-nat.c @@ -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; -- 2.34.1