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


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  dea80df0999ae0bad56e79af2a88a30be38bb8e4 (commit)
      from  0c7e1a4602a41a1caf637823f67948be31d27732 (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=dea80df0999ae0bad56e79af2a88a30be38bb8e4

commit dea80df0999ae0bad56e79af2a88a30be38bb8e4
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Tue Mar 18 19:39:41 2014 +0000

    Power: Correct little-endian e500v2 GPR frame offsets
    
    This change corrects GPR frame offset calculation for the e500v2
    processor.  On this target, featuring the SPE APU, GPRs are 64-bit and
    are held in stack frames whole with the use of `evstdd' and `evldd'
    instructions.  Their integer 32-bit part occupies the low-order word and
    therefore its offset varies between the two endiannesses possible.
    
    	* rs6000-tdep.c (rs6000_frame_cache): Correct little-endian GPR
    	offset into SPE pseudo registers.

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

Summary of changes:
 gdb/ChangeLog     |    5 +++++
 gdb/rs6000-tdep.c |    6 ++++--
 2 files changed, 9 insertions(+), 2 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]