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

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