aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-05-22 00:52:05 +0000
committerPedro Alves <palves@redhat.com>2009-05-22 00:52:05 +0000
commit415756309f1044b3c3345e7cbf6c680a263ff44a (patch)
treec71e728df2e58e9e1b651790cbebc18ec110c5c5 /gdb/remote.c
parentb77ed0a435af42678dc6d0a9e23aadf23be82e87 (diff)
downloadgdb-415756309f1044b3c3345e7cbf6c680a263ff44a.zip
gdb-415756309f1044b3c3345e7cbf6c680a263ff44a.tar.gz
gdb-415756309f1044b3c3345e7cbf6c680a263ff44a.tar.bz2
* remote.c (compare_sections_command): Don't declare exec_bfd.
* tracepoint.c: Include "gdbcore.h". (remote_set_transparent_ranges): Don't declare exec_bfd.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 8a1a0d4..70a0248 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -7152,7 +7152,6 @@ compare_sections_command (char *args, int from_tty)
struct remote_state *rs = get_remote_state ();
asection *s;
unsigned long host_crc, target_crc;
- extern bfd *exec_bfd;
struct cleanup *old_chain;
char *tmp;
char *sectdata;