This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 5a026fc9a26fa613b67cffe87f8cf3b91bb186b4


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  5a026fc9a26fa613b67cffe87f8cf3b91bb186b4 (commit)
      from  dc6ae99692892c869dc068c0cfd842168078305c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5a026fc9a26fa613b67cffe87f8cf3b91bb186b4

commit 5a026fc9a26fa613b67cffe87f8cf3b91bb186b4
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Mar 14 11:21:00 2014 +0000

    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.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog      |    7 +++++++
 bfd/config.in      |    4 ++++
 bfd/configure      |   11 +++++++++++
 bfd/configure.in   |    1 +
 bfd/sysdep.h       |    4 ++++
 binutils/ChangeLog |    5 +++++
 binutils/dwarf.c   |    4 ----
 binutils/sysdep.h  |    4 ++++
 8 files changed, 36 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]