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. 1ae1b8cc656639e18715829cbcd72916e86f3324


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  1ae1b8cc656639e18715829cbcd72916e86f3324 (commit)
       via  ee11262d06cc6af9d900b44cb4d9af29050b375f (commit)
      from  336649dc254ec4f62562e345dc928d8ec0bdf5ad (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=1ae1b8cc656639e18715829cbcd72916e86f3324

commit 1ae1b8cc656639e18715829cbcd72916e86f3324
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Nov 5 09:18:27 2014 +1030

    Cast result of obstack_next_free
    
    obstack_next_free is supposed to return a void*, rather than a char*
    as it does currently.  Avoid warning on void* arithmetic when
    obstack_next_free gets it proper return type.
    
    	* cp-valprint.c (cp_print_value_fields): Cast obstack_next_free
    	to char* before doing pointer arithmetic.

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

commit ee11262d06cc6af9d900b44cb4d9af29050b375f
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Nov 4 19:25:34 2014 +1030

    Use obstack_blank_fast to shrink obstacks
    
    obstack_blank isn't the correct macro to call for shrinking obstacks
    since it does size checking.
    
    	* charset.c (convert_between_encodings): Shrink obstack using
    	obstack_blank_fast.
    	* minsyms.c (install_minimal_symbols): Likewise.

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

Summary of changes:
 gdb/ChangeLog     |    8 ++++++++
 gdb/charset.c     |    2 +-
 gdb/cp-valprint.c |    4 ++--
 gdb/minsyms.c     |    2 +-
 4 files changed, 12 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]