Blame SOURCES/gdb-rhbz1125820-ppc64le-enablement-21of37.patch

7ab123
commit fa0079ea727e512d592fff1241a82a0a2f628903
7ab123
Author: Ulrich Weigand <ulrich.weigand@de.ibm.com>
7ab123
Date:   Tue Jan 28 17:49:13 2014 +0100
7ab123
7ab123
    Fix typo in ppc64_standard_linkage7
7ab123
    
7ab123
    The ppc64_standard_linkage7 pattern added by Alan's recent patch:
7ab123
    https://sourceware.org/ml/gdb-patches/2013-11/msg00274.html
7ab123
    contains a typo: the ELFv2 TOC slot offset is 24, not 40.
7ab123
    This was correct in the comment, but not the actual code.
7ab123
    
7ab123
    ChangeLog:
7ab123
    
7ab123
    	* ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
7ab123
7ab123
Index: gdb-7.6.1/gdb/ppc64-tdep.c
7ab123
===================================================================
7ab123
--- gdb-7.6.1.orig/gdb/ppc64-tdep.c
7ab123
+++ gdb-7.6.1/gdb/ppc64-tdep.c
7ab123
@@ -289,7 +289,7 @@ static struct ppc_insn_pattern ppc64_sta
7ab123
 static struct ppc_insn_pattern ppc64_standard_linkage7[] =
7ab123
   {
7ab123
     /* std r2, 24(r1) <optional> */
7ab123
-    { -1, insn_ds (62, 2, 1, 40, 0), 1 },
7ab123
+    { -1, insn_ds (62, 2, 1, 24, 0), 1 },
7ab123
 
7ab123
     /* ld r12, <any>(r2) */
7ab123
     { insn_ds (-1, -1, -1, 0, -1), insn_ds (58, 12, 2, 0, 0), 0 },