* tracepoint.c: Include "gdbcore.h".
(remote_set_transparent_ranges): Don't declare exec_bfd.
+2009-05-22 Pedro Alves <pedro@codesourcery.com>
+
+ * remote.c (compare_sections_command): Don't declare exec_bfd.
+ * tracepoint.c: Include "gdbcore.h".
+ (remote_set_transparent_ranges): Don't declare exec_bfd.
+
2009-05-21 Pedro Alves <pedro@codesourcery.com>
* aix-thread.c (init_aix_thread_ops): Whitespace.
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;
#include "observer.h"
#include "user-regs.h"
#include "valprint.h"
+#include "gdbcore.h"
#include "ax.h"
#include "ax-gdb.h"
static void
remote_set_transparent_ranges (void)
{
- extern bfd *exec_bfd;
asection *s;
bfd_size_type size;
bfd_vma lma;