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. 314c6a3559393741f22fdd9836f83d9f364fbd2a


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  314c6a3559393741f22fdd9836f83d9f364fbd2a (commit)
      from  a7068b601288f8f5df45ca1113069b44dc759b11 (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=314c6a3559393741f22fdd9836f83d9f364fbd2a

commit 314c6a3559393741f22fdd9836f83d9f364fbd2a
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jun 13 09:22:09 2014 -0600

    Make gdbserver CORE_ADDR unsigned
    
    gdbserver defines CORE_ADDR to be signed.  This seems erroneous to
    me; and furthermore likely to cause problems in common/, as it is
    different from gdb's definition.
    
    gdb/gdbserver/
    2014-07-24  Tom Tromey  <tromey@redhat.com>
    	    Gary Benson  <gbenson@redhat.com>
    
    	* server.h (CORE_ADDR): Now unsigned.

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

Summary of changes:
 gdb/gdbserver/ChangeLog |    5 +++++
 gdb/gdbserver/server.h  |    2 +-
 2 files changed, 6 insertions(+), 1 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]