This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. 241fd515ad94fa11d4608d4fe8108c382792d3be


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  241fd515ad94fa11d4608d4fe8108c382792d3be (commit)
      from  8479caa19304089b2ef42867e406a008bf5fbc4d (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=241fd515ad94fa11d4608d4fe8108c382792d3be

commit 241fd515ad94fa11d4608d4fe8108c382792d3be
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Aug 5 10:37:38 2014 +0930

    Prepare gdb for 64-bit obstacks
    
    	* charset.c (convert_between_encodings): Cast result of obstack_base.
    	* cp-valprint.c (cp_print_value_fields): Use size_t locals.
    	* hppa-tdep.c (internalize_unwinds): Change "size" parm to size_t.
    	(read_unwind_info): Use size_t for some locals.
    	* jit.c (finalize_symtab): Likewise.
    	* utils.c (hashtab_obstack_allocate): Likewise.
    	* symmisc.c (print_objfile_statistics): Update format strings.

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

Summary of changes:
 gdb/ChangeLog     |   10 ++++++++++
 gdb/charset.c     |    2 +-
 gdb/cp-valprint.c |    8 ++++----
 gdb/hppa-tdep.c   |    4 ++--
 gdb/jit.c         |    9 +++++----
 gdb/symmisc.c     |   10 ++++++----
 gdb/utils.c       |    2 +-
 7 files changed, 29 insertions(+), 16 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]