From 486b3fe18ce4551e01677f7aab499cc37804b54b Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Wed, 20 Oct 1993 16:23:17 +0000 Subject: [PATCH] * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 17}/Makefile.in: Make it possible to run the testsuite with Sun make and CC = cross gcc by adding explicit build rules for .o files. --- gdb/testsuite/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 23e66a79df..3e0f76fad2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,8 +1,15 @@ +Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com) + + * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 + 17}/Makefile.in: Make it possible to run the testsuite with Sun + make and CC = cross gcc by adding explicit build rules for .o + files. + Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.t15/funcargs.exp: Don't put comments on same line as setup_xfail (@#$*%& tcl braindamage!). - + Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.