diff options
author | Michael Tiemann <tiemann@cygnus> | 1992-03-03 23:26:26 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1992-03-03 23:26:26 +0000 |
commit | d747e0af3d41f19815ab972f6fc9527fbf52804a (patch) | |
tree | 127a95ef768c02faf0fc52a8faf780d007d4a8ee /gdb/coredep.c | |
parent | af7fc066436916bb4861dda3a5b736beae4f55cc (diff) | |
download | fsf-binutils-gdb-d747e0af3d41f19815ab972f6fc9527fbf52804a.zip fsf-binutils-gdb-d747e0af3d41f19815ab972f6fc9527fbf52804a.tar.gz fsf-binutils-gdb-d747e0af3d41f19815ab972f6fc9527fbf52804a.tar.bz2 |
Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)
* All GDB files that #include defs.h: Removed stdio.h.
(defs.h): #include stdio.h.
This has been tested by building GDBs for all targets hosted on Sun4.
None of the build problems were related to stdio.h inclusion. (n.b.
many configurations don't build for other reasons.)
Diffstat (limited to 'gdb/coredep.c')
-rw-r--r-- | gdb/coredep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/coredep.c b/gdb/coredep.c index 62644c6..52b4f77 100644 --- a/gdb/coredep.c +++ b/gdb/coredep.c @@ -20,10 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* core.c is supposed to be the more machine-independent aspects of this; this file is more machine-specific. */ -#include <stdio.h> +#include "defs.h" #include <sys/types.h> #include <sys/param.h> -#include "defs.h" #include "gdbcore.h" /* These are needed on various systems to expand REGISTER_U_ADDR. */ |