Fix copy/paste error in _initialize_inf_ttrace's advance declaration.

gdb/ChangeLog:

        * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
        _initialize_inf_ttrace.
This commit is contained in:
Joel Brobecker 2012-06-14 18:21:31 +00:00
parent 45717bacbd
commit 0b1554650e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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)