From: Jim Kingdon Date: Mon, 9 Aug 1993 21:36:49 +0000 (+0000) Subject: * gdbcore.h: New variable gnutarget. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59556ad0a4ac0709f73af7f9372d1d9fd93a62c2;p=binutils-gdb.git * gdbcore.h: New variable gnutarget. * core.c: Add commands to set and show it. * Callers to bfd_*open*: Pass gnutarget instead of NULL as target. * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not putenv. --- diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 74efd098c67..0c67bbbe9e9 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -45,6 +45,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "29k-share/udi/udiproc.h" #include "gdbcmd.h" #include "bfd.h" +#include "gdbcore.h" /* For download function */ /* access the register store directly, without going through the normal handler functions. This avoids an extra data copy. */