* gdb.arch/gdb1558.c: Include stdio.h.

This commit is contained in:
Corinna Vinschen
2005-11-02 11:03:02 +00:00
parent 7cd012f3da
commit e0ac7199c4
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-02 Corinna Vinschen <vinschen@redhat.com>
* gdb.arch/gdb1558.c: Include stdio.h.
2005-10-31 Mark Kettenis <kettenis@gnu.org>
* gdb.asm/asm-source.exp: Use -e instead of --entry.

View File

@ -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 <stdio.h>
sub1 ()
{
printf ("In sub1\n");