From d7a283d444d6faf704eb22274a6a642b701f3c78 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 29 Jan 2002 16:46:37 +0000 Subject: [PATCH] 2002-01-29 Daniel Jacobowitz * objdump.c: Include "getopt.h" after "bucomm.h" so that __GNU_LIBRARY__ will be defined. * size.c: Likewise. --- binutils/ChangeLog | 6 ++++++ binutils/objdump.c | 2 +- binutils/size.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0ebdc3ae11..d74d887476 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2002-01-29 Daniel Jacobowitz + + * objdump.c: Include "getopt.h" after "bucomm.h" so that + __GNU_LIBRARY__ will be defined. + * size.c: Likewise. + 2002-01-27 Daniel Jacobowitz * configure: Regenerated. diff --git a/binutils/objdump.c b/binutils/objdump.c index 2b422b00a8..535e0cd7e7 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -20,9 +20,9 @@ along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" -#include "getopt.h" #include "progress.h" #include "bucomm.h" +#include "getopt.h" #include "safe-ctype.h" #include "dis-asm.h" #include "libiberty.h" diff --git a/binutils/size.c b/binutils/size.c index 3293e44313..3da75207b4 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -29,9 +29,9 @@ out of luck; there's no --compatibility or --pedantic option. */ #include "bfd.h" -#include "getopt.h" #include "bucomm.h" #include "libiberty.h" +#include "getopt.h" #ifndef BSD_DEFAULT #define BSD_DEFAULT 1 -- 2.34.1