From: Ben Elliston Date: Fri, 8 Jul 2005 05:32:46 +0000 (+0000) Subject: * bucomm.h: Include unconditionally, not only when X-Git-Tag: gdb-csl-arm-20051020-branchpoint~794 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d52d45a494863cf7ff65c76c7a6c96ec79236ce6;p=thirdparty%2Fbinutils-gdb.git * bucomm.h: Include unconditionally, not only when ANSI_PROTOTYPES is defined. Remove #ifdef logic. * dlltool.c: Likewise. * dllwrap.c: Likewise. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3933ec80135..6b87242c4f0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2005-07-08 Ben Elliston + + * bucomm.h: Include unconditionally, not only when + ANSI_PROTOTYPES is defined. Remove #ifdef logic. + * dlltool.c: Likewise. + * dllwrap.c: Likewise. + 2005-07-07 Kaveh R. Ghazi * bucomm.h (report): Add format attribute. diff --git a/binutils/bucomm.h b/binutils/bucomm.h index f889f9222d9..09dce10f8cf 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -28,11 +28,7 @@ #include "config.h" #include "bin-bugs.h" -#ifdef ANSI_PROTOTYPES #include -#else -#include -#endif #ifdef USE_BINARY_FOPEN #include "fopen-bin.h" diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 3f1892239b2..eda8e3cb18d 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -254,13 +254,7 @@ #include #include - -#ifdef ANSI_PROTOTYPES #include -#else -#include -#endif - #include #ifdef DLLTOOL_ARM diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c index 97b138a1ae3..a3b3794a6a3 100644 --- a/binutils/dllwrap.c +++ b/binutils/dllwrap.c @@ -38,12 +38,7 @@ #include #include - -#ifdef ANSI_PROTOTYPES #include -#else -#include -#endif #ifdef HAVE_SYS_WAIT_H #include