From 9f70e45075a913a3b01e4385a0246553d1ab4c63 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Thu, 28 Jul 1994 20:38:45 +0000 Subject: [PATCH] * gdb.base/configure.in: Look for makefile fragments in ../config. Recognize i386-*-netware. * gdb.c++/configure.in: Likewise. --- gdb/testsuite/ChangeLog | 8 +++++++- gdb/testsuite/gdb.base/configure.in | 23 ++++++++++++----------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 86058c5d89f..e46d6ce8c26 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) + + * gdb.base/configure.in: Look for makefile fragments in ../config. + Recognize i386-*-netware. + * gdb.c++/configure.in: Likewise. + Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.base/corefile.exp: Change `else if' to `elseif', which is @@ -6,7 +12,7 @@ Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * gdb.base/opaque.exp: use runto instead of messing around with - breakpoints. + breakpoints. Simplify by using gdb_test. * gdb.base/bitfields.exp: restart between tests on netware targets because breakpoints aren't relocated after target death. Run diff --git a/gdb/testsuite/gdb.base/configure.in b/gdb/testsuite/gdb.base/configure.in index 52c6d9de637..b2b729a8f51 100644 --- a/gdb/testsuite/gdb.base/configure.in +++ b/gdb/testsuite/gdb.base/configure.in @@ -12,20 +12,21 @@ srcname="gdb.base" # everything defaults to unix for a target target_abbrev=unix -target_makefile_frag=config/mt-unix +target_makefile_frag=../config/mt-unix # this section is for all targets case "${target}" in - hppa*-*-hpux*) target_makefile_frag=config/mt-hpux ;; - i386-*-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 ;; + hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;; + i386-*-aout) target_makefile_frag=../config/mt-i386-aout ;; + i386-*-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 ;; esac # post-target: -- 2.30.2