diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-01-29 16:46:37 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-01-29 16:46:37 +0000 |
commit | d7a283d444d6faf704eb22274a6a642b701f3c78 (patch) | |
tree | f496e1bce7d0d34170c3fdb1b700ba7070b83bae /binutils/objdump.c | |
parent | 8642bc8fb08206d3f35991bb67081f7c2fd39c47 (diff) | |
download | gdb-d7a283d444d6faf704eb22274a6a642b701f3c78.zip gdb-d7a283d444d6faf704eb22274a6a642b701f3c78.tar.gz gdb-d7a283d444d6faf704eb22274a6a642b701f3c78.tar.bz2 |
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.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 2b422b0..535e0cd 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" |