diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-29 14:26:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-29 14:26:52 +0000 |
commit | 9e3bfd7ef21e086610e85893f6823f0af21f86c6 (patch) | |
tree | 6bd55bb06aa0b434d212b4957f6702dd024e6b7f /gdb | |
parent | 4e30f719a13a5c1ca0eac5cd3b28acc23ea2755a (diff) | |
download | gdb-9e3bfd7ef21e086610e85893f6823f0af21f86c6.tar.gz |
2004-09-29 Andrew Cagney <cagney@gnu.org>
* wince.c (child_ops): Delete.
* win32-nat.c (child_ops): Delete.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/win32-nat.c | 2 | ||||
-rw-r--r-- | gdb/wince.c | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 87bc351a402..231a97efd3e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2004-09-29 Andrew Cagney <cagney@gnu.org> + * wince.c (child_ops): Delete. + * win32-nat.c (child_ops): Delete. + * inftarg.c (inftarg_set_find_memory_regions) (inftarg_set_make_corefile_notes): Delete functions. (_initialize_linux_nat): Inline calls. diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 22edb09a8ab..211076438a3 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -2065,8 +2065,6 @@ child_close (int x) PIDGET (inferior_ptid))); } -struct target_ops child_ops; - static void init_child_ops (void) { diff --git a/gdb/wince.c b/gdb/wince.c index be912d68dc2..5abb0c2b484 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -1885,8 +1885,6 @@ child_load (char *file, int from_tty) upload_to_device (file, file); } -struct target_ops child_ops; - static void init_child_ops (void) { |