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. 908fa2aaede2b3d1c33d167116101c2152e30616


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  908fa2aaede2b3d1c33d167116101c2152e30616 (commit)
      from  6bd273ae450b2ba626b0f7dbda10947e69578e1d (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=908fa2aaede2b3d1c33d167116101c2152e30616

commit 908fa2aaede2b3d1c33d167116101c2152e30616
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Nov 27 17:55:38 2013 +0000

    Fix type of not saved registers.
    
    value_of_register_lazy uses the type of REGNUM in FRAME, but given
    multi-arch, the arch of FRAME might be different from the previous
    frame's arch, and therefore the type of register REGNUM should be
    retrieved from the unwound arch.  This used to be correct before the
    previous change.
    
    Tested on x86_64 Fedora 17.
    
    gdb/
    2013-11-27  Pedro Alves  <palves@redhat.com>
    
    	* frame-unwind.c (frame_unwind_got_optimized): Use the type of the
    	register in the previous frame's arch.

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

Summary of changes:
 gdb/ChangeLog      |    5 +++++
 gdb/frame-unwind.c |    9 ++++++++-
 2 files changed, 13 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]