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. de589d04f30e658fcf4ba37a678c9487c128f97f


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  de589d04f30e658fcf4ba37a678c9487c128f97f (commit)
      from  42868dce3e9d5c858d91f141ec920bc4629a5918 (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=de589d04f30e658fcf4ba37a678c9487c128f97f

commit de589d04f30e658fcf4ba37a678c9487c128f97f
Author: Will Newton <will.newton@linaro.org>
Date:   Thu Aug 21 09:38:00 2014 +0100

    gdb: Fix aarch64 native build issue caused by use of LONGEST
    
    Recent gdb code refactor changes LONGEST from a macro to a typedef,
    thus the use of it in aarch64-linux-nat.c is no longer valid.
    
    2014-08-21  Bin Cheng  <bin.cheng@arm.com>
    
    	* aarch64-linux-nat.c (dr_changed_t): Change the type from
    	unsigned LONGEST to ULONGEST.

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

Summary of changes:
 gdb/ChangeLog           |    5 +++++
 gdb/aarch64-linux-nat.c |    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]