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