diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1995-09-01 15:33:14 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1995-09-01 15:33:14 +0000 |
commit | 180fd370b16504faa5de1995e89494b75218acb6 (patch) | |
tree | 85c301c6f29817262b2f6b7debef5310459204a4 /gdb/configure | |
parent | 8343d9d80694678c0274a27f5baaddbe76ccf997 (diff) | |
download | gdb-180fd370b16504faa5de1995e89494b75218acb6.zip gdb-180fd370b16504faa5de1995e89494b75218acb6.tar.gz gdb-180fd370b16504faa5de1995e89494b75218acb6.tar.bz2 |
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.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index c8721d3..528ee64 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2105,6 +2105,10 @@ mips*-dec-mach3*) gdb_target=mach3 ;; mips*-dec-*) gdb_target=decstation ;; mips64*el-*-ecoff*) gdb_target=idtl64 ;; mips64*-idt-ecoff*) gdb_target=idt64 ;; +# CYGNUS LOCAL jsmith +mips64*vr4300*el-*-elf*) gdb_target=vr4300el ;; +mips64*vr4300*-*-elf*) gdb_target=vr4300 ;; +# END CYGNUS LOCAL mips64*el-*-elf*) gdb_target=idtl64 ;; mips64*-*-elf*) gdb_target=idt64 ;; mips*el-*-ecoff*) gdb_target=idtl ;; |