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. 54bff650843cacd3c17a0afdb0fe32e15e1b65b0


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  54bff650843cacd3c17a0afdb0fe32e15e1b65b0 (commit)
      from  14e361d7aa3bbd8601b0457ee8558344e444c651 (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=54bff650843cacd3c17a0afdb0fe32e15e1b65b0

commit 54bff650843cacd3c17a0afdb0fe32e15e1b65b0
Author: Baruch Siach <baruch@tkos.co.il>
Date:   Wed Jan 22 15:02:29 2014 +0200

    gdb: xtensa: fix on 64-bit hosts
    
    On 64-bit hosts unsigned long is 64 bit.  Use uint32_t instead.
    
    gdb/
    2014-01-22  Baruch Siach  <baruch@tkos.co.il>
    
    	* xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.

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

Summary of changes:
 gdb/ChangeLog     |    4 ++++
 gdb/xtensa-tdep.h |    2 +-
 2 files changed, 5 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]