diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-31 14:40:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-31 14:40:41 +0000 |
commit | e46eba98aea90cf780f66f7633c2e3417a2a6a76 (patch) | |
tree | 900100573fb8f51fda9d16b32f47e780a2ea4d23 /binutils/ChangeLog | |
parent | 0f2d00bca88a013fcd12d7a09ddb3a5bde378322 (diff) | |
download | gdb-e46eba98aea90cf780f66f7633c2e3417a2a6a76.zip gdb-e46eba98aea90cf780f66f7633c2e3417a2a6a76.tar.gz gdb-e46eba98aea90cf780f66f7633c2e3417a2a6a76.tar.bz2 |
Add a check for <unistd.h> providing a prototype for getopt() which is compatible
with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9ce07ec..c03762c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2005-03-31 Nick Clifton <nickc@redhat.com> + + * configure.in: Add a check for <unistd.h> providing a prototype + for getopt() which is compatible with the one in + include/getopt.h. If so then define HAVE_DECL_GETOPT. + * configure: Regenerate. + * config.in (HAVE_DECL_GETOPT): Add. + * aclocal.m4: Regenerate. + * addr2line.c: Include "config.h" before "bfd.h" so that + HAVE_DECL_GETOPT is defined before getopt.h is included. + 2005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de> * doc/binutils.texi: Document new VAX disassembler-specific option |