* configure.in, gdb.{base,c++,chill}/configure.in: changed so
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 15 Feb 1995 22:28:51 +0000 (22:28 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 15 Feb 1995 22:28:51 +0000 (22:28 +0000)
  *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.

gdb/testsuite/ChangeLog
gdb/testsuite/configure.in
gdb/testsuite/gdb.base/configure.in
gdb/testsuite/gdb.chill/configure.in

index 7bfa5e27df26495b7eee33093f3197a0ff7d8648..26f8d158593b6784ccc31690cb7be63ce5df28f1 100644 (file)
@@ -1,7 +1,13 @@
+Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in, gdb.{base,c++,chill}/configure.in: changed so
+         *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
+
 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
-       * gdb.base/callfuncs.exp: Add tests for passing floats, chars, and
-       shorts where there are ANSI-style function definitions.
+       * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
+       floats, chars, and shorts where there are ANSI-style function
+       definitions.
 
        * gdb.base/langs.exp, gdb.base/langs*: New test.
        * gdb.base/Makefile.in: Build it.
index 535d38a54a6f1957a9317ae6af23015fdcf4c732..1a10cd41176fac4e1a3ba93ed9cee95e62bf9328 100644 (file)
@@ -24,16 +24,16 @@ 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 ;;
-       *-*-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 ;;
-       a29k-*-udi)     target_makefile_frag=config/mt-a29k-udi ;;
-       sparclite-*-*)  target_makefile_frag=config/mt-slite ;;
-       sparc-*-aout)   target_makefile_frag=config/mt-sparc-aout ;;
-       mips-*-ecoff)   target_makefile_frag=config/mt-mips-ecoff ;;
+       i[345]86-*-aout)        target_makefile_frag=config/mt-i386-aout ;;
+       *-*-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 ;;
+       a29k-*-udi)     target_makefile_frag=config/mt-a29k-udi ;;
+       sparclite-*-*)  target_makefile_frag=config/mt-slite ;;
+       sparc-*-aout)   target_makefile_frag=config/mt-sparc-aout ;;
+       mips-*-ecoff)   target_makefile_frag=config/mt-mips-ecoff ;;
 esac
 
 case "${target}" in
index a18dec0a0200cc509f9f0b3bb594382d73f33c74..fed57366139bceb71f0768edf15ce7fe88610b27 100644 (file)
@@ -16,17 +16,17 @@ target_makefile_frag=../config/mt-unix
 
        # this section is for all targets
 case "${target}" in
-       hppa*-*-hpux*)  target_makefile_frag=../config/mt-hpux ;;
-       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 ;;
-       *-*-vxworks   target_makefile_frag=../config/mt-vxworks ;;
-       m68k-*-*)       target_makefile_frag=../config/mt-m68k ;;
-       i960-*-nindy)   target_makefile_frag=../config/mt-i960-nindy ;;
-       a29k-*-udi)     target_makefile_frag=../config/mt-a29k-udi ;;
-       sparclite-*-*)  target_makefile_frag=../config/mt-slite ;;
-       sparc-*-aout)   target_makefile_frag=../config/mt-sparc-aout ;;
-       mips-*-ecoff)   target_makefile_frag=../config/mt-mips-ecoff ;;
+       hppa*-*-hpux*)  target_makefile_frag=../config/mt-hpux ;;
+       i[345]86-*-aout)        target_makefile_frag=../config/mt-i386-aout ;;
+       *-*-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 ;;
+       a29k-*-udi)     target_makefile_frag=../config/mt-a29k-udi ;;
+       sparclite-*-*)  target_makefile_frag=../config/mt-slite ;;
+       sparc-*-aout)   target_makefile_frag=../config/mt-sparc-aout ;;
+       mips-*-ecoff)   target_makefile_frag=../config/mt-mips-ecoff ;;
 esac
 
 # post-target:
index 003bef62a90ee1ff36a7e5435b76ac3d36df6e43..affcf0745e426c1f87fbdfb571324b68bab62edf 100644 (file)
@@ -16,15 +16,16 @@ 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 ;;
-       *-*-lynx)       target_makefile_frag=config/mt-lynx ;;
-       *-*-vxworks)    target_makefile_frag=config/mt-vxworks ;;
-       m68k-*-*)       target_makefile_frag=config/mt-m68k ;;
-       i960-*-nindy)   target_makefile_frag=config/mt-i960-nindy ;;
-       a29k-*-udi)     target_makefile_frag=config/mt-a29k-udi ;;
-       sparclite-*-*)  target_makefile_frag=config/mt-slite ;;
-       sparc-*-aout)   target_makefile_frag=config/mt-sparc-aout ;;
-       mips-*-ecoff)   target_makefile_frag=config/mt-mips-ecoff ;;
+       i[345]86-*-aout)        target_makefile_frag=../config/mt-i386-aout ;;
+       *-*-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 ;;
+       a29k-*-udi)     target_makefile_frag=../config/mt-a29k-udi ;;
+       sparclite-*-*)  target_makefile_frag=../config/mt-slite ;;
+       sparc-*-aout)   target_makefile_frag=../config/mt-sparc-aout ;;
+       mips-*-ecoff)   target_makefile_frag=../config/mt-mips-ecoff ;;
 esac
 
 # post-target: