diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-28 07:51:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-28 07:51:01 +0000 |
commit | 8805c1ee2c35f9d44dd419df15716c4376e26907 (patch) | |
tree | 4bbfa5ee11376cc11ab5f9fc895dc2b147924b10 /gdb/config/i960 | |
parent | 704deef2c0830b00aca6614989cf7944b38ebeba (diff) | |
download | gdb-8805c1ee2c35f9d44dd419df15716c4376e26907.zip gdb-8805c1ee2c35f9d44dd419df15716c4376e26907.tar.gz gdb-8805c1ee2c35f9d44dd419df15716c4376e26907.tar.bz2 |
* serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.
* nindy-share/*, remote-nindy.c: Extensive hacking to make it
conform to GDB conventions like using memcpy not bcopy, serial.h,
etc. This is to make it host on Solaris, AIX, etc.
* Makefile.in: Reflect removed nindy-share files.
* config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o.
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/nindy960.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i960/nindy960.mt b/gdb/config/i960/nindy960.mt index a8bc818..924bbb4 100644 --- a/gdb/config/i960/nindy960.mt +++ b/gdb/config/i960/nindy960.mt @@ -1,5 +1,5 @@ # Target: Intel 80960, in an embedded system under the NINDY monitor -TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttybreak.o ttyflush.o +TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttyflush.o TM_FILE= tm-nindy960.h # Don't use remote.o; it doesn't compile (and won't work) due to lack of # BREAKPOINT. |