This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

4.17.87 patch SVR5


Much better.   Missed it by only one line this time. :-)

(robertl) rjlinux:/home/robertl/tmp/gdb/gdb-4.17.87/gdb
$ diff -u configure.tgt_ configure.tgt
--- configure.tgt_      Fri Mar 26 12:43:35 1999
+++ configure.tgt       Fri Mar 26 12:45:41 1999
@@ -100,6 +100,7 @@
 i[3456]86-*-sunos*)    gdb_target=sun386 ;;
 i[3456]86-*-sysv4.2MP) gdb_target=i386v42mp ;;
 i[3456]86-*-sysv4.2uw2*)       gdb_target=i386v42mp ;;
+i[3456]86-*-sysv5*)    gdb_target=i386v42mp ;;
 i[3456]86-*-sysv4*)    gdb_target=i386v4 ;;
 i[3456]86-*-unixware2*)        gdb_target=i386v42mp ;;
 i[3456]86-*-unixware*) gdb_target=i386v4 ;;


Test results to follow.