This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/obvious] Fix copy/paste error in _initialize_inf_ttrace's advance declaration.


Another copy/paste error...

gdb/ChangeLog:

        * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
        _initialize_inf_ttrace.

Checked in.

---
 gdb/ChangeLog    |    5 +++++
 gdb/inf-ttrace.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 10b835f..a69ce38 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
 
+	* inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
+	_initialize_inf_ttrace.
+
+2012-06-13  Joel Brobecker  <brobecker@adacore.com>
+
 	* ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
 	_initialize_hppa_hpux_nat.
 
diff --git a/gdb/inf-ttrace.c b/gdb/inf-ttrace.c
index f3f9bbd..2c620d5 100644
--- a/gdb/inf-ttrace.c
+++ b/gdb/inf-ttrace.c
@@ -1324,7 +1324,7 @@ inf_ttrace_target (void)
 
 
 /* Prevent warning from -Wmissing-prototypes.  */
-void _initialize_hppa_hpux_nat (void);
+void _initialize_inf_ttrace (void);
 
 void
 _initialize_inf_ttrace (void)
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]