diff options
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 |