* gdbcore.h: New variable gnutarget.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 9 Aug 1993 21:36:49 +0000 (21:36 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 9 Aug 1993 21:36:49 +0000 (21:36 +0000)
* 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

index 74efd098c6713847cf88f6a4ea412eb7978361e6..0c67bbbe9e959793fd7f2fa3ad78b897fa0dfda1 100644 (file)
@@ -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.  */