diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-31 14:45:41 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-31 14:45:41 +0000 |
commit | 83b9503b400a98f3eb759c9225d7df0709097e77 (patch) | |
tree | e5b1dfea81cf6901578f019fc583557b47db65ef | |
parent | 6e0973c0aaacc11f6ae3ab33a9ecc93b6b0289ec (diff) | |
download | gdb-83b9503b400a98f3eb759c9225d7df0709097e77.zip gdb-83b9503b400a98f3eb759c9225d7df0709097e77.tar.gz gdb-83b9503b400a98f3eb759c9225d7df0709097e77.tar.bz2 |
Remove an extra "@item".
2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
* gdb.texinfo (i386 Features): Remove an extra "@item".
-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 |