2002-01-29 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Tue, 29 Jan 2002 16:46:37 +0000 (16:46 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 29 Jan 2002 16:46:37 +0000 (16:46 +0000)
        * objdump.c: Include "getopt.h" after "bucomm.h" so that
        __GNU_LIBRARY__ will be defined.
        * size.c: Likewise.

binutils/ChangeLog
binutils/objdump.c
binutils/size.c

index 0ebdc3ae11c09180a1d59e0e1fcc372dcf1e37aa..d74d88747645b490b8aa219f7ba00d76962da095 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * objdump.c: Include "getopt.h" after "bucomm.h" so that
+       __GNU_LIBRARY__ will be defined.
+       * size.c: Likewise.
+
 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
 
        * configure: Regenerated.
index 2b422b00a8ea44c4d895543c5cc20e788a24cc79..535e0cd7e7864da09d7e5c4abacbe6648b84f582 100644 (file)
@@ -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"
index 3293e443132e80727d8224f86fdac57a3c8d11ad..3da75207b44072bd0f809306085f025af89715bf 100644 (file)
@@ -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