Sat May 14 15:13:52 1994 Stan Shebs (shebs@andros.cygnus.com)

* inflow.c (job_control, attach_flag, generic_mourn_inferior):
	Remove, needed for both native and cross.
	* target.c (attach_flag, generic_mourn_inferior): Put here.
	* utils.c (job_control): Put here.
	(terminal.h): Don't include anymore.
This commit is contained in:
Stan Shebs
1994-05-14 23:12:29 +00:00
parent d8fc877318
commit 16d2cc8084
4 changed files with 42 additions and 34 deletions

View File

@@ -30,7 +30,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "signals.h"
#include "gdbcmd.h"
#include "serial.h"
#include "terminal.h" /* For job_control */
#include "bfd.h"
#include "target.h"
#include "demangle.h"
@@ -73,6 +72,10 @@ set_width_command PARAMS ((char *, int, struct cmd_list_element *));
static struct cleanup *cleanup_chain;
/* Nonzero if we have job control. */
int job_control;
/* Nonzero means a quit has been requested. */
int quit_flag;