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://review.tizen.org/git/?a=commitdiff_plain;h=d52d45a494863cf7ff65c76c7a6c96ec79236ce6;p=platform%2Fupstream%2Fbinutils.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 3933ec8..6b87242 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 f889f92..09dce10 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 3f18922..eda8e3c 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 97b138a..a3b3794 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