From 59556ad0a4ac0709f73af7f9372d1d9fd93a62c2 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 9 Aug 1993 21:36:49 +0000 Subject: [PATCH] * 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. --- gdb/remote-udi.c | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.30.2