assert netware, etc

This commit is contained in:
David Henkel-Wallace 1993-11-08 14:27:46 +00:00
parent 5f8a378823
commit 2fa6925b12
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Mon Nov 8 06:11:24 1993 D. V. Henkel-Wallace (gumby@cirdan.cygnus.com)
* configure.in: Add unixware as a configuration alias for x86
sysv4
* config/i386/i386nw.mt: add i387-tdep.o, exec.o to TDEPFILES
Sun Nov 7 23:49:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* symtab.c (decode_line_1, decode_line_2): Do not adjust pc by

View File

@ -55,6 +55,7 @@ i[34]86-*-solaris*) gdb_host=i386sol2 ;;
i[34]86-*-sunos*) gdb_host=sun386 ;;
i[34]86-*-sysv3.2*) gdb_host=i386v32 ;;
i[34]86-*-sysv4*) gdb_host=i386v4 ;;
i[34]86-*-unixware) gdb_host=i386v4 ;;
i[34]86-*-sysv*) gdb_host=i386v ;;
i[34]86-*-isc*) gdb_host=i386v32 ;;