aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorWalfred Tedeschi <walfred.tedeschi@intel.com>2013-12-03 13:31:03 +0000
committerWalfred Tedeschi <walfred.tedeschi@intel.com>2013-12-03 13:31:03 +0000
commitca8941bbd088002cb8ff87abe16d02ecc8d58d1e (patch)
tree20ce15a854a2f9ca9513e27327a0d743cdaa65fe /gdb/NEWS
parent489e41ddf4bb5616a7471fb4072df5efbb9a706e (diff)
downloadgdb-ca8941bbd088002cb8ff87abe16d02ecc8d58d1e.zip
gdb-ca8941bbd088002cb8ff87abe16d02ecc8d58d1e.tar.gz
gdb-ca8941bbd088002cb8ff87abe16d02ecc8d58d1e.tar.bz2
Documentation for MPX.
2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com> * NEWS: Add section for Intel(R) Architecture Instructions Extesions mentioning MPX. doc/ * gdb.texinfo (i386 Features): Add MPX feature registers. (x86 Specific featuresx86 Architecture-specific Issues): Adds a subsubsection for MPX and describes the display of the boundary registers. Signed-off-by: Walfred Tedeschi <walfred.tedeschi@intel.com>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a8ae8c7..ae84e00 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -5577,3 +5577,5 @@ GDB now handles cross debugging. If you are remotely debugging between
two different machines, type ``./configure host -target=targ''.
Host is the machine where GDB will run; targ is the machine
where the program that you are debugging will run.
+
+ * GDB now supports access to Intel(R) MPX registers on GNU/Linux.