[v4,00/12] GDB support for more powerpc registers on linux

Message ID 87tvnunq0p.fsf@linux.vnet.ibm.com
State New, archived
Headers

Commit Message

Pedro Franco de Carvalho Aug. 16, 2018, 6:08 p.m. UTC
  Eli Zaretskii <eliz@gnu.org> writes:

> Didn't I review this already in some previous version?  I thought I
> did.

You reviewed the documentation changes describing the new tdesc
features, which haven't changed.  The NEWS item only appeared in this
version.

It's in patch 12/12, but here's a copy of the relevant diff portion:


--
Pedro Franco de Carvalho
  

Comments

Eli Zaretskii Aug. 16, 2018, 6:44 p.m. UTC | #1
> From: Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
> Cc: palves@redhat.com, gdb-patches@sourceware.org, uweigand@de.ibm.com,
>         edjunior@gmail.com
> Date: Thu, 16 Aug 2018 15:08:06 -0300
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 16d3d72589..04be95bd2f 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,10 @@
> 
>  *** Changes since GDB 8.2
> 
> +* GDB and GDBserver now support access to additional registers on
> +  PowerPC GNU/Linux targets: PPR, DSCR, TAR, EBB/PMU registers, and
> +  HTM registers.
> +
>  * GDB and GDBserver now support IPv6 connections.  IPv6 addresses
>    can be passed using the '[ADDRESS]:PORT' notation, or the regular
>    'ADDRESS:PORT' method.

This is OK, thanks.
  
Pedro Franco de Carvalho Aug. 16, 2018, 7:23 p.m. UTC | #2
Eli Zaretskii <eliz@gnu.org> writes:

> This is OK, thanks.

Thank you!
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index 16d3d72589..04be95bd2f 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@ 

 *** Changes since GDB 8.2

+* GDB and GDBserver now support access to additional registers on
+  PowerPC GNU/Linux targets: PPR, DSCR, TAR, EBB/PMU registers, and
+  HTM registers.
+
 * GDB and GDBserver now support IPv6 connections.  IPv6 addresses
   can be passed using the '[ADDRESS]:PORT' notation, or the regular
   'ADDRESS:PORT' method.