* i960-tdep.c (signal.h): Don't include.
This commit is contained in:
parent
de9eff96b8
commit
b50e328324
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
Sun Sep 4 16:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
|
Sun Sep 4 16:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||||
|
|
||||||
|
* i960-tdep.c (signal.h): Don't include.
|
||||||
|
|
||||||
* cxux-nat.c (target_is_m88110): Remove definition.
|
* cxux-nat.c (target_is_m88110): Remove definition.
|
||||||
|
|
||||||
* configure.in (config/nm-empty.h): If cross only, use instead
|
* configure.in (config/nm-empty.h): If cross only, use instead
|
||||||
|
|
|
@ -23,7 +23,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
Most are called from macros defined in "tm-i960.h". */
|
Most are called from macros defined in "tm-i960.h". */
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include <signal.h>
|
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
#include "value.h"
|
#include "value.h"
|
||||||
#include "frame.h"
|
#include "frame.h"
|
||||||
|
|
Loading…
Reference in a new issue