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. 4b4589ada7e88f2f36d264a173d95ed5994b3acb


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  4b4589ada7e88f2f36d264a173d95ed5994b3acb (commit)
      from  176f037c0f8203305c2a1bde4fae1dfbb483af1e (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=4b4589ada7e88f2f36d264a173d95ed5994b3acb

commit 4b4589ada7e88f2f36d264a173d95ed5994b3acb
Author: Pedro Alves <palves@redhat.com>
Date:   Mon Nov 18 12:05:11 2013 +0000

    Simplify dwarf2-frame.c:read_addr_from_reg.
    
    Since 'struct dwarf_expr_context_funcs::read_addr_from_reg' is now
    only used for addresses, we can make it use unpack_pointer.  And since
    we now have 'struct dwarf_expr_context_funcs'::get_reg_value, there's
    no need for speculation about using values here.
    
    Tested on x86_64 Fedora 17.
    
    gdb/
    2013-11-18  Pedro Alves  <palves@redhat.com>
    
    	* dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
    	use unpack_pointer.

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

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