This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v1 1/1] Fix broken make info when using makeinfo 5.x.


Error was caused by missing of a @ent tab with a new @tab begin.
Besides of that also the order of index and subsection was exchanged.

2013-12-04  Walfred Tedeschi  <walfred.tedeschi@intel.com>

doc/
	* gdb.info (x86 Architecture-specific Issues):
	Fix "@end tab".
	(Memory Protection Extensions): Fix "@tab code"
	and order of "@cindex" and "@subsection".
---
 gdb/doc/gdb.texinfo |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 5896e3a..1158658 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -21376,10 +21376,12 @@ 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).
+@cindex Intel(R) Memory Protection Extensions (MPX).
 
+@table @code
 @item bnd0raw..bnd3raw and bnd0@dots{}bnd3 registers display.
 Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
 @footnote{The register named with capital letters represent the architecture
-- 
1.7.6.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]