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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0ebdc3a..d74d887 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. |