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. 80134cf5b3ca1f75a96af1856fdaad29ad1f57aa


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  80134cf5b3ca1f75a96af1856fdaad29ad1f57aa (commit)
      from  7a3517ffebf218c8f34ce2eaea40ab042ce33f9f (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=80134cf5b3ca1f75a96af1856fdaad29ad1f57aa

commit 80134cf5b3ca1f75a96af1856fdaad29ad1f57aa
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Oct 17 11:05:06 2014 +0100

    Fix build without libexpat
    
    clear_threads_listing_context is used for thread listing methods other
    than the xml based, but it's only defined when HAVE_LIBEXPAT is defined.
    
    gdb/
    2014-10-17  Pedro Alves  <palves@redhat.com>
    
    	* remote.c (clear_threads_listing_context): Move higher up, out of
    	the HAVE_LIBEXPAT guard.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/remote.c  |   30 +++++++++++++++---------------
 2 files changed, 20 insertions(+), 15 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]