From e0ac7199c40d6c47ca1473fd2683e1e72fa19bc9 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 2 Nov 2005 11:03:02 +0000 Subject: [PATCH] * gdb.arch/gdb1558.c: Include stdio.h. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.arch/gdb1558.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c4aad69..d0f2f0d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-11-02 Corinna Vinschen + + * gdb.arch/gdb1558.c: Include stdio.h. + 2005-10-31 Mark Kettenis * gdb.asm/asm-source.exp: Use -e instead of --entry. diff --git a/gdb/testsuite/gdb.arch/gdb1558.c b/gdb/testsuite/gdb.arch/gdb1558.c index d1051cf..fc13be1 100644 --- a/gdb/testsuite/gdb.arch/gdb1558.c +++ b/gdb/testsuite/gdb.arch/gdb1558.c @@ -1,4 +1,4 @@ -/* Copyright 2004 Free Software Foundation, Inc. +/* Copyright 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,8 @@ This file is part of the gdb testsuite. */ +#include + sub1 () { printf ("In sub1\n"); -- 2.7.4