mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
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:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user