Ideally the "remote-mips.c" prompt spotting code should be updated to
authorJackie Smith Cashion <jsmith@redhat.com>
Fri, 1 Sep 1995 15:33:14 +0000 (15:33 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Fri, 1 Sep 1995 15:33:14 +0000 (15:33 +0000)
commit180fd370b16504faa5de1995e89494b75218acb6
tree85c301c6f29817262b2f6b7debef5310459204a4
parent8343d9d80694678c0274a27f5baaddbe76ccf997
Ideally the "remote-mips.c" prompt spotting code should be updated to
spot different prompts at run-time, so as to avoid having target
specific versions of gdb. This is a pending TODO.

Fri Sep  1 08:25:50 1995  James G. Smith  <jsmith@beauty.cygnus.com>

        * configure (mips64*vr4300*-*-elf): Support added.
        * remote-mips.c (mips_readchar): Change to allow build-time prompt
        string.
        * config/mips/tm-mips.h: Added TARGET_MONITOR_PROMPT.
        * config/mips/{vr4300.mt, vr4300el.mt, tm-vr4300.h,
        tm-vr4300el.h}: Added.
gdb/ChangeLog
gdb/config/mips/.Sanitize
gdb/config/mips/tm-mips.h
gdb/config/mips/tm-vr4300.h [new file with mode: 0644]
gdb/config/mips/tm-vr4300el.h [new file with mode: 0644]
gdb/config/mips/vr4300.mt [new file with mode: 0644]
gdb/config/mips/vr4300el.mt [new file with mode: 0644]
gdb/configure
gdb/remote-mips.c