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


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  f7ca3fcfccd144c234370aa939e4f5f15f3b2a88 (commit)
      from  b2859a9a54fcc824c3ed7948767d095c02570a19 (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=f7ca3fcfccd144c234370aa939e4f5f15f3b2a88

commit f7ca3fcfccd144c234370aa939e4f5f15f3b2a88
Author: Pierre Muller <muller@sourceware.org>
Date:   Fri Nov 28 19:21:58 2014 +0400

    Fix amd64 dwarf register number mapping (MMX register and higher)
    
    Dwarf register numbers are defined in "System V Application Binary
    Interface AMD64 Architecture Processor Supplement Draft Version 0.99.6"
    
    The amd64_dwarf_regmap array is missing the 8 MMX registers in Figure
    3.36: DWARF Register Number Mapping page 57.  This leads to a wrong
    value for the registers past this point.
    
    gdb/ChangeLog:
    
            Pushed by Joel Brobecker  <brobecker@adacore.com>.
            * amd64-tdep.c (amd64_dwarf_regmap array): Add missing MMX
            registers.
    
    Tested on x86_64-linux.

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

Summary of changes:
 gdb/ChangeLog    |    6 ++++++
 gdb/amd64-tdep.c |    8 +++++++-
 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]