mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
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.
This commit is contained in:
parent
3437086597
commit
45717bacbd
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user