Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* MI mi-var-child.exp testsuite fix
@ 2005-09-05 20:02 Bob Rossi
  2005-09-10  4:04 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Bob Rossi @ 2005-09-05 20:02 UTC (permalink / raw)
  To: gdb-patches

Hi,

This get's the mi-var-child testcase working again with gcc-4.0.

Thanks,
Bob Rossi

Index: gdb/testsuite/ChangeLog
+	* gdb.mi/mi-var-child.c: Include <string.h>.

Index: gdb/testsuite/gdb.mi/mi-var-child.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-var-child.c,v
retrieving revision 1.2
diff -u -r1.2 mi-var-child.c
--- gdb/testsuite/gdb.mi/mi-var-child.c	31 Jul 2005 22:10:53 -0000	1.2
+++ gdb/testsuite/gdb.mi/mi-var-child.c	5 Sep 2005 20:00:35 -0000
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <stdlib.h>
+#include <string.h>
 
 struct _simple_struct {
   int integer;


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: MI mi-var-child.exp testsuite fix
  2005-09-05 20:02 MI mi-var-child.exp testsuite fix Bob Rossi
@ 2005-09-10  4:04 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2005-09-10  4:04 UTC (permalink / raw)
  To: gdb-patches

On Mon, Sep 05, 2005 at 04:01:56PM -0400, Bob Rossi wrote:
> Hi,
> 
> This get's the mi-var-child testcase working again with gcc-4.0.
> 
> Thanks,
> Bob Rossi
> 
> Index: gdb/testsuite/ChangeLog
> +	* gdb.mi/mi-var-child.c: Include <string.h>.

This is an obvious fix; please do commit it.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-10  4:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-05 20:02 MI mi-var-child.exp testsuite fix Bob Rossi
2005-09-10  4:04 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox