public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] [doc] Fix memory tagging section type
@ 2021-03-26 13:42 Luis Machado
  2021-03-26 14:26 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Luis Machado @ 2021-03-26 13:42 UTC (permalink / raw)
  To: gdb-patches

It was reported to me that on Ubuntu 14.04 (fairly old) the documentation
fails to build with the following:

gdb/doc/gdb.texinfo:10888: warning: node `Memory' is up for `Memory Tagging' in sectioning but not in menu
gdb/doc/gdb.texinfo:10693: node `Memory' lacks menu item for `Memory Tagging' despite being its Up target
Makefile:491: recipe for target 'gdb.info' failed
make[3]: *** [gdb.info] Error 1

This doesn't seem to happen on Ubuntu 18.04/20.04, but it does make sense.

Fix this by turning @subsection into a @section and adding the
"Memory Tagging" entry to the menu.

gdb/doc/ChangeLog:

YYYY-MM-DD  Luis Machado  <luis.machado@linaro.org>

	* gdb.textinfo (Memory Tagging): Make it a @section and add to the
	menu.
---
 gdb/doc/gdb.texinfo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index dbf878cdbc3..7dbffb65d53 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -10118,6 +10118,7 @@ being passed the type of @var{arg} as the argument.
 * Arrays::                      Artificial arrays
 * Output Formats::              Output formats
 * Memory::                      Examining memory
+* Memory Tagging::              Memory Tagging
 * Auto Display::                Automatic display
 * Print Settings::              Print settings
 * Pretty Printing::             Python pretty printing
@@ -10886,7 +10887,7 @@ target supports computing the CRC checksum of a block of memory
 @end table
 
 @node Memory Tagging
-@subsection Memory Tagging
+@section Memory Tagging
 
 Memory tagging is a memory protection technology that uses a pair of tags to
 validate memory accesses through pointers.  The tags are integer values
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] [doc] Fix memory tagging section type
  2021-03-26 13:42 [PATCH] [doc] Fix memory tagging section type Luis Machado
@ 2021-03-26 14:26 ` Eli Zaretskii
  2021-03-29 14:58   ` Luis Machado
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2021-03-26 14:26 UTC (permalink / raw)
  To: Luis Machado; +Cc: gdb-patches

> From: Luis Machado <luis.machado@linaro.org>
> Cc: eliz@gnu.org
> Date: Fri, 26 Mar 2021 10:42:14 -0300
> 
> gdb/doc/ChangeLog:
> 
> YYYY-MM-DD  Luis Machado  <luis.machado@linaro.org>
> 
> 	* gdb.textinfo (Memory Tagging): Make it a @section and add to the
> 	menu.

Thanks, this is okay.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] [doc] Fix memory tagging section type
  2021-03-26 14:26 ` Eli Zaretskii
@ 2021-03-29 14:58   ` Luis Machado
  0 siblings, 0 replies; 3+ messages in thread
From: Luis Machado @ 2021-03-29 14:58 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

On 3/26/21 11:26 AM, Eli Zaretskii wrote:
>> From: Luis Machado <luis.machado@linaro.org>
>> Cc: eliz@gnu.org
>> Date: Fri, 26 Mar 2021 10:42:14 -0300
>>
>> gdb/doc/ChangeLog:
>>
>> YYYY-MM-DD  Luis Machado  <luis.machado@linaro.org>
>>
>> 	* gdb.textinfo (Memory Tagging): Make it a @section and add to the
>> 	menu.
> 
> Thanks, this is okay.
> 

Pushed now. Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-29 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26 13:42 [PATCH] [doc] Fix memory tagging section type Luis Machado
2021-03-26 14:26 ` Eli Zaretskii
2021-03-29 14:58   ` Luis Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).