diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-06-14 18:19:40 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-06-14 18:19:40 +0000 |
commit | 45717bacbdabe132eb3c6cd3bde4ced76b268171 (patch) | |
tree | f33cc3e6dfe9e231b563d1d6cae0d3d312c97f35 /gdb/ia64-hpux-nat.c | |
parent | 34370865978b45c298ec3a9cee665b76660e5948 (diff) | |
download | gdb-45717bacbdabe132eb3c6cd3bde4ced76b268171.zip gdb-45717bacbdabe132eb3c6cd3bde4ced76b268171.tar.gz gdb-45717bacbdabe132eb3c6cd3bde4ced76b268171.tar.bz2 |
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.
Diffstat (limited to 'gdb/ia64-hpux-nat.c')
-rw-r--r-- | gdb/ia64-hpux-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ia64-hpux-nat.c b/gdb/ia64-hpux-nat.c index 2cd6f89..07a433e 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; |