mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* configure.in: vax-*-ultrix3* is like vax-*-ultrix2*.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Tue Aug 24 00:36:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Tue Aug 24 00:36:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: vax-*-ultrix3* is like vax-*-ultrix2*.
|
||||||
|
|
||||||
* target.c, target.h: Add "set remotedebug" command.
|
* target.c, target.h: Add "set remotedebug" command.
|
||||||
* remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and
|
* remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and
|
||||||
"set m88ksnoop" options and use generic "set remotedebug" instead.
|
"set m88ksnoop" options and use generic "set remotedebug" instead.
|
||||||
|
@ -109,6 +109,7 @@ tahoe-*-*) gdb_host=tahoe ;;
|
|||||||
|
|
||||||
vax-*-bsd*) gdb_host=vaxbsd ;;
|
vax-*-bsd*) gdb_host=vaxbsd ;;
|
||||||
vax-*-ultrix2*) gdb_host=vaxult2 ;;
|
vax-*-ultrix2*) gdb_host=vaxult2 ;;
|
||||||
|
vax-*-ultrix3*) gdb_host=vaxult2 ;;
|
||||||
vax-*-ultrix*) gdb_host=vaxult ;;
|
vax-*-ultrix*) gdb_host=vaxult ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user