From: Michael Chastain Date: Fri, 20 Aug 2004 14:52:36 +0000 (+0000) Subject: 2004-08-20 Michael Chastain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4b497566190d023f4383630f06026c605f83b74;p=binutils-gdb.git 2004-08-20 Michael Chastain * Makefile.in: Add gdb.fortran. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 29dcba4ac72..63d51457f6e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-20 Michael Chastain + + * Makefile.in: Add gdb.fortran. + 2004-08-20 Michael Chastain * gdb.base/call-sc.exp (test_scalar_returns): diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 99c0a8f32b6..d9be89c5e7b 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, 2004 # Free Software Foundation, Inc. # This file is part of GDB. @@ -36,7 +36,8 @@ EXEEXT = @EXEEXT@ SUBDIRS = @subdirs@ RPATH_ENVVAR = @RPATH_ENVVAR@ ALL_SUBDIRS = gdb.ada gdb.arch gdb.asm gdb.base gdb.cp gdb.disasm \ - gdb.java gdb.mi gdb.objc gdb.threads gdb.trace $(SUBDIRS) + gdb.fortran gdb.java gdb.mi gdb.objc gdb.threads gdb.trace \ + $(SUBDIRS) EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \ echo $${rootme}/../../expect/expect ; \