aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-udi.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-09 21:36:49 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-09 21:36:49 +0000
commit59556ad0a4ac0709f73af7f9372d1d9fd93a62c2 (patch)
tree3600e17a0c9a50a94ea79bf676037a16f24c69c1 /gdb/remote-udi.c
parent525390a20c1c9a7cfb2a7522e4f8fee80c152812 (diff)
downloadgdb-59556ad0a4ac0709f73af7f9372d1d9fd93a62c2.zip
gdb-59556ad0a4ac0709f73af7f9372d1d9fd93a62c2.tar.gz
gdb-59556ad0a4ac0709f73af7f9372d1d9fd93a62c2.tar.bz2
* 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.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r--gdb/remote-udi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c
index 74efd09..0c67bbb 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. */