assert netware, etc
authorDavid Henkel-Wallace <gumby@cygnus>
Mon, 8 Nov 1993 14:27:46 +0000 (14:27 +0000)
committerDavid Henkel-Wallace <gumby@cygnus>
Mon, 8 Nov 1993 14:27:46 +0000 (14:27 +0000)
gdb/ChangeLog
gdb/configure.in

index 06239ba4af683c850beaa3cef38f3c774a885591..f84759e861acb2cf474b8d5d9e4176dd15c9f0fe 100644 (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
index 3344a3adf591f271f0b73d3acd05b3ea7a547cbb..6efc7e2d29affe8e33f84daa0f80a8231b0adcf2 100644 (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 ;;
 
This page took 0.029037 seconds and 4 git commands to generate.