This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Enable gdb.stabs/wierd.exp on *BSD


Most, if not all, BSD's use/support stabs, so we'de better enable
this.

Sorry for the messy commit.

Mark


Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* configure.in: Run stabs tests on *BSD.
	* configure: Regenerated.

Index: testsuite/configure.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/configure.in,v
retrieving revision 1.12
diff -u -p -r1.12 configure.in
--- testsuite/configure.in 23 Aug 2003 03:55:58 -0000 1.12
+++ testsuite/configure.in 22 Feb 2004 12:54:35 -0000
@@ -42,7 +42,7 @@ AC_ARG_WITH(stabs,
 case $target in
    powerpc-*-aix* \
  | rs6000-*-aix*  \
- | *-*-bsd*       \
+ | *-*-*bsd*      \
  | *-*-go32*      \
  | *-*-linux*     \
  | *-*-lynxos*    \


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