* configure.in (*-*-netware): Use config/mt-netware.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 21 Oct 1994 18:34:40 +0000 (18:34 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 21 Oct 1994 18:34:40 +0000 (18:34 +0000)
* config/mt-netware: New file.
* config/mt-i386-netware: Removed, separate configs for different
  netware architectures are no longer needed now that we have
  --with-headers.

gdb/testsuite/ChangeLog
gdb/testsuite/config/.Sanitize
gdb/testsuite/config/mt-i386-netware [deleted file]
gdb/testsuite/config/mt-netware [new file with mode: 0644]
gdb/testsuite/configure.in

index 1ddb69538b4c429fd3d28fa28a918fc4df43d9a8..a79402b0270693521e8369db0f3ccf6afdd8a927 100644 (file)
@@ -1,3 +1,17 @@
+Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * configure.in (*-*-netware): Use config/mt-netware.
+
+       * config/mt-netware: New file.
+       * config/mt-i386-netware: Removed, separate configs for different
+         netware architectures are no longer needed now that we have
+         --with-headers.
+
+Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
+       by the recent changes to use ANSI C arithmetic conversions.
+
 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
index d8a901911992d7e98acf1ae9f07282aafa812933..2a9133f52d394f9b8478e06418637f00f19a3f61 100644 (file)
@@ -27,11 +27,11 @@ mips-gdb.exp
 mt-a29k-udi
 mt-hpux
 mt-i386-aout
-mt-i386-netware
 mt-i960-nindy
 mt-lynx
 mt-m68k
 mt-mips-ecoff
+mt-netware
 mt-slite
 mt-sparc-aout
 mt-unix
diff --git a/gdb/testsuite/config/mt-i386-netware b/gdb/testsuite/config/mt-i386-netware
deleted file mode 100644 (file)
index 7d2f62f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-CFLAGS = -I/s1/cygnus/dejagnu/i386-netware/include -g
-CXXFLAGS = ${CFLAGS}
-LDFLAGS = -r
diff --git a/gdb/testsuite/config/mt-netware b/gdb/testsuite/config/mt-netware
new file mode 100644 (file)
index 0000000..10d1ce4
--- /dev/null
@@ -0,0 +1 @@
+LDFLAGS = -r
index be49c76970fdaed11f2bf9759657b8cdf7ee55b5..535d38a54a6f1957a9317ae6af23015fdcf4c732 100644 (file)
@@ -25,8 +25,8 @@ target_makefile_frag=config/mt-unix
        # this section is for all targets
 case "${target}" in
        i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;;
-       i[345]86-*-netware) target_makefile_frag=config/mt-i386-netware ;;
        *-*-lynx)       target_makefile_frag=config/mt-lynx ;;
+       *-*-netware)    target_makefile_frag=config/mt-netware ;;
        *-*-vxworks)    target_makefile_frag=config/mt-vxworks ;;
        m68k-*-*)       target_makefile_frag=config/mt-m68k ;;
        i960-*-nindy)   target_makefile_frag=config/mt-i960-nindy ;;