Fix build time problem with MingGW hosts, which do not have a strnlen() function.
authorNick Clifton <nickc@redhat.com>
Fri, 14 Mar 2014 11:21:00 +0000 (11:21 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 14 Mar 2014 11:21:00 +0000 (11:21 +0000)
commit5a026fc9a26fa613b67cffe87f8cf3b91bb186b4
tree173f7306a8307c5e08f156093288954b0db0c192
parentdc6ae99692892c869dc068c0cfd842168078305c
Fix build time problem with MingGW hosts, which do not have a strnlen() function.

2014-03-13  Meador Inge  <meadori@codesourcery.com>

 * configure.in: Add strnlen to AC_CHECK_DECLS.
 * config.in: Regenerate.
         * configure: Regenerate.
 * sysdep.h (strnlen): Add prototype.

         * dwarf.c (strnlen): Move prototype ...
 * sysdep.h (strnlen): ... to here.
bfd/ChangeLog
bfd/config.in
bfd/configure
bfd/configure.in
bfd/sysdep.h
binutils/ChangeLog
binutils/dwarf.c
binutils/sysdep.h