mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* 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.
This commit is contained in:
@ -7,6 +7,7 @@ Tue Jul 27 12:07:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|||||||
conform to GDB conventions like using memcpy not bcopy, serial.h,
|
conform to GDB conventions like using memcpy not bcopy, serial.h,
|
||||||
etc. This is to make it host on Solaris, AIX, etc.
|
etc. This is to make it host on Solaris, AIX, etc.
|
||||||
* Makefile.in: Reflect removed nindy-share files.
|
* Makefile.in: Reflect removed nindy-share files.
|
||||||
|
* config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o.
|
||||||
|
|
||||||
* stack.c (print_frame_info): Revise comment about `pathological'
|
* stack.c (print_frame_info): Revise comment about `pathological'
|
||||||
case (there was a wrong FIXME about text labels; also asm() can
|
case (there was a wrong FIXME about text labels; also asm() can
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Target: Intel 80960, in an embedded system under the NINDY monitor
|
# 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
|
TM_FILE= tm-nindy960.h
|
||||||
# Don't use remote.o; it doesn't compile (and won't work) due to lack of
|
# Don't use remote.o; it doesn't compile (and won't work) due to lack of
|
||||||
# BREAKPOINT.
|
# BREAKPOINT.
|
||||||
|
Reference in New Issue
Block a user