From f4b497566190d023f4383630f06026c605f83b74 Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Fri, 20 Aug 2004 14:52:36 +0000 Subject: [PATCH] 2004-08-20 Michael Chastain * Makefile.in: Add gdb.fortran. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/Makefile.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 29dcba4..63d5145 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2004-08-20 Michael Chastain + * Makefile.in: Add gdb.fortran. + +2004-08-20 Michael Chastain + * gdb.base/call-sc.exp (test_scalar_returns): Fix cut-and-paste glitch in "Make fun return now". diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 99c0a8f..d9be89c 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 ; \ -- 2.7.4