aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-02-15 22:28:51 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-02-15 22:28:51 +0000
commit9c79b8b5eb90bfb10123e8eb9de9548af24cf33e (patch)
treeec0c77fafe4fda0735cafda2a9a78d7f012a5437 /gdb/testsuite
parent07dff0109d96c52c6888deadf363374a44b8b920 (diff)
downloadfsf-binutils-gdb-9c79b8b5eb90bfb10123e8eb9de9548af24cf33e.zip
fsf-binutils-gdb-9c79b8b5eb90bfb10123e8eb9de9548af24cf33e.tar.gz
fsf-binutils-gdb-9c79b8b5eb90bfb10123e8eb9de9548af24cf33e.tar.bz2
* configure.in, gdb.{base,c++,chill}/configure.in: changed so
*-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog10
-rw-r--r--gdb/testsuite/configure.in20
-rw-r--r--gdb/testsuite/gdb.base/configure.in22
-rw-r--r--gdb/testsuite/gdb.chill/configure.in19
4 files changed, 39 insertions, 32 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7bfa5e2..26f8d15 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in
index 535d38a..1a10cd4 100644
--- a/gdb/testsuite/configure.in
+++ b/gdb/testsuite/configure.in
@@ -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
diff --git a/gdb/testsuite/gdb.base/configure.in b/gdb/testsuite/gdb.base/configure.in
index a18dec0..fed5736 100644
--- a/gdb/testsuite/gdb.base/configure.in
+++ b/gdb/testsuite/gdb.base/configure.in
@@ -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:
diff --git a/gdb/testsuite/gdb.chill/configure.in b/gdb/testsuite/gdb.chill/configure.in
index 003bef6..affcf07 100644
--- a/gdb/testsuite/gdb.chill/configure.in
+++ b/gdb/testsuite/gdb.chill/configure.in
@@ -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: