From: Andrew Cagney Date: Mon, 15 Apr 2002 05:23:01 +0000 (+0000) Subject: * bcache.c: Include and after "defs.h". X-Git-Tag: binutils-2_13-branchpoint~1382 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c7ef07446ed0423f2f4bdf25b3b890175f12e2b;p=thirdparty%2Fbinutils-gdb.git * bcache.c: Include and after "defs.h". Update copyright. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8a6c1678339..14d9c943ca3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-04-15 Andrew Cagney - + + * bcache.c: Include and after "defs.h". + Update copyright. + * hpread.c (hpread_get_lntt): Add declaration. Also fix PR gdb/391. diff --git a/gdb/bcache.c b/gdb/bcache.c index 753a916d2e8..73b86e8cf53 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -1,7 +1,8 @@ /* Implement a cached obstack. Written by Fred Fish Rewritten by Jim Blandy - Copyright 1999, 2000 Free Software Foundation, Inc. + + Copyright 1999, 2000, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -20,14 +21,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include - #include "defs.h" #include "obstack.h" #include "bcache.h" #include "gdb_string.h" /* For memcpy declaration */ +#include +#include + /* The old hash function was stolen from SDBM. This is what DB 3.0 uses now, * and is better than the old one. */