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


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  c2853f3d99797a321c37948297441ca6021f719a (commit)
      from  0759a81e85c692232aae9909faf551d5c039a4a7 (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=c2853f3d99797a321c37948297441ca6021f719a

commit c2853f3d99797a321c37948297441ca6021f719a
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Fri Feb 14 02:29:11 2014 -0800

    Fix offsets to access fpregset_t in sparc64-linux targets.
    
    The %fsr register is not being properly accessed from gdb in
    sparc64.  This is because sparc64_supply_fpregset and
    sparc64_collect_fpregset are using the offsets from the
    sparc32_bsd_fpregset constant instead of sparc64_bsd_fpregset.
    This patch fixes this by registering the proper offsets for
    sparc64-linux targets.
    
    2014-02-14  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
    	* sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
    	the proper offsets to access fpregset_t.

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

Summary of changes:
 gdb/ChangeLog           |    5 +++++
 gdb/sparc64-linux-nat.c |    2 ++
 2 files changed, 7 insertions(+), 0 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]