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. 4c219c2e69bb66a5535645e2c83fafda1362acea


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  4c219c2e69bb66a5535645e2c83fafda1362acea (commit)
      from  1b43a4392f2c979e77a9fef16877ec99b9cf26a3 (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=4c219c2e69bb66a5535645e2c83fafda1362acea

commit 4c219c2e69bb66a5535645e2c83fafda1362acea
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Dec 11 16:02:35 2014 +1030

    Use autoconf check for long long in binutils
    
    Also fix a place where %lld was wrongly used to print a dwarf_vma.
    
    	* configure.ac: Check for long long and sizes of long long and long.
    	* elfcomm.h (HOST_WIDEST_INT): Test HAVE_LONG_LONG in place of
    	__STDC_VERSION__ and __GNUC__.
    	* strings.c (print_strings): Likewise.
    	* dwarf.c (DWARF_VMA_FMT, DWARF_VMA_FMT_LONG): Likewise.
    	(read_debug_line_header): Use dwarf_vmatoa to print warning.
    	* configure: Regenerate.
    	* config.in: Regenerate.

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

Summary of changes:
 binutils/ChangeLog    |   11 ++
 binutils/config.in    |    9 ++
 binutils/configure    |  314 ++++++++++++++++++++++++++++++++++++++++++++++++-
 binutils/configure.ac |    3 +
 binutils/dwarf.c      |   23 ++--
 binutils/elfcomm.h    |    2 +-
 binutils/strings.c    |   24 ++--
 7 files changed, 360 insertions(+), 26 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]