diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ac8f6e9..368e763 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-31 H.J. Lu <hongjiu.lu@intel.com> + + * gdb.texinfo (i386 Features): Remove an extra "@item". + 2010-08-30 Tom Tromey <tromey@redhat.com> PR python/11792: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 393c8b7..f0b06ef 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35733,7 +35733,6 @@ describe the upper 128 bits of @sc{ymm} registers: @samp{ymm0h} through @samp{ymm7h} for i386 @item @samp{ymm0h} through @samp{ymm15h} for amd64 -@item @end itemize The @samp{org.gnu.gdb.i386.linux} feature is optional. It should |