diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-12-04 18:12:16 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-12-04 18:12:16 +0200 |
commit | 3ea8680f84a240e58167ae77a2ec961bfd6b2947 (patch) | |
tree | f92e67df75f0e0fd7b62ae19bd0b091f2f1dfa88 /gdb/doc | |
parent | aa2dbebef81906f3eb259e15e5646a64ba22ac0f (diff) | |
download | gdb-3ea8680f84a240e58167ae77a2ec961bfd6b2947.zip gdb-3ea8680f84a240e58167ae77a2ec961bfd6b2947.tar.gz gdb-3ea8680f84a240e58167ae77a2ec961bfd6b2947.tar.bz2 |
doc/gdb.texinfo (i386): Fix yesterday's commit.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b4bb466..7a7ab1b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-12-04 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (i386): Fix yesterday's commit. + 2013-12-03 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Set Catchpoints): Add @kindex for each command diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 01a9907..09ecd0e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21391,6 +21391,7 @@ be returned in a register. @kindex show struct-convention Show the current setting of the convention to return @code{struct}s from functions. +@end table @cindex Intel(R) Memory Protection Extensions (MPX). @subsubsection Intel(R) @dfn{Memory Protection Extensions} (MPX). @@ -21424,7 +21425,6 @@ This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its counterpart. When the bnd0@dots{}bnd3 registers are displayed via Python, the display includes the memory size, in bits, accessible to the pointer. -@end table @node Alpha @subsection Alpha |