mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
* remote-nindy.c: Remove unused include of sys/ioctl.h.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* remote-nindy.c: Remove unused include of sys/ioctl.h.
|
||||||
|
|
||||||
* frame.h, symtab.h: Revise comments regarding baseregs.
|
* frame.h, symtab.h: Revise comments regarding baseregs.
|
||||||
|
|
||||||
Fri Aug 20 15:07:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Fri Aug 20 15:07:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
@ -93,7 +93,7 @@ NINDY ROM monitor at the other end of the line.
|
|||||||
* SEE THE FILE "stop.h" IN THE NINDY MONITOR SOURCE CODE FOR A LIST
|
* SEE THE FILE "stop.h" IN THE NINDY MONITOR SOURCE CODE FOR A LIST
|
||||||
* OF STOP CODES.
|
* OF STOP CODES.
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@ -110,14 +110,9 @@ NINDY ROM monitor at the other end of the line.
|
|||||||
#include "ieee-float.h"
|
#include "ieee-float.h"
|
||||||
|
|
||||||
#include "wait.h"
|
#include "wait.h"
|
||||||
#include <sys/ioctl.h>
|
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
#if 0
|
|
||||||
#include "nindy-share/ttycntl.h"
|
|
||||||
#include "nindy-share/demux.h"
|
|
||||||
#endif
|
|
||||||
#include "nindy-share/env.h"
|
#include "nindy-share/env.h"
|
||||||
#include "nindy-share/stop.h"
|
#include "nindy-share/stop.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user