Blame SOURCES/gdb-rhbz1187581-power8-regs-not-in-8.2-15of15.patch

7cb06c
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
7cb06c
From: Keith Seitz <keiths@redhat.com>
7cb06c
Date: Fri, 11 Jan 2019 17:02:19 -0500
7cb06c
Subject: gdb-rhbz1187581-power8-regs-not-in-8.2-15of15.patch
7cb06c
7cb06c
;; [PowerPC] Document requirements for VSX feature
7cb06c
;; Pedro Franco de Carvalho, RH BZ 1187581
7cb06c
7cb06c
[PowerPC] Document requirements for VSX feature
7cb06c
7cb06c
As suggested in
7cb06c
https://sourceware.org/ml/gdb-patches/2018-10/msg00510.html, this
7cb06c
patch changes the documentation for the VSX tdesc feature to make it
7cb06c
clear that the altivec and FPU features are requirements.
7cb06c
7cb06c
gdb/doc/ChangeLog:
7cb06c
2018-11-09  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
7cb06c
7cb06c
    * gdb.texinfo (PowerPC Features): Document the altivec and fpu
7cb06c
    requirements for the org.gnu.gdb.power.vsx feature.
7cb06c
7cb06c
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
7cb06c
--- a/gdb/doc/gdb.texinfo
7cb06c
+++ b/gdb/doc/gdb.texinfo
7cb06c
@@ -42541,11 +42541,13 @@ contain registers @samp{vr0} through @samp{vr31}, @samp{vscr},
7cb06c
 and @samp{vrsave}.
7cb06c
 
7cb06c
 The @samp{org.gnu.gdb.power.vsx} feature is optional.  It should
7cb06c
-contain registers @samp{vs0h} through @samp{vs31h}.  @value{GDBN}
7cb06c
-will combine these registers with the floating point registers
7cb06c
-(@samp{f0} through @samp{f31}) and the altivec registers (@samp{vr0}
7cb06c
-through @samp{vr31}) to present the 128-bit wide registers @samp{vs0}
7cb06c
-through @samp{vs63}, the set of vector registers for POWER7.
7cb06c
+contain registers @samp{vs0h} through @samp{vs31h}.  @value{GDBN} will
7cb06c
+combine these registers with the floating point registers (@samp{f0}
7cb06c
+through @samp{f31}) and the altivec registers (@samp{vr0} through
7cb06c
+@samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
7cb06c
+@samp{vs63}, the set of vector-scalar registers for POWER7.
7cb06c
+Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
7cb06c
+@samp{org.gnu.gdb.power.altivec}.
7cb06c
 
7cb06c
 The @samp{org.gnu.gdb.power.spe} feature is optional.  It should
7cb06c
 contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and