Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCK
authorHannes Domani <ssbssa@yahoo.de>
Tue, 25 May 2021 15:27:23 +0000 (17:27 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Tue, 25 May 2021 19:55:11 +0000 (21:55 +0200)
gdb/doc/ChangeLog:

2021-05-25  Hannes Domani  <ssbssa@yahoo.de>

* python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.

gdb/doc/ChangeLog
gdb/doc/python.texi

index e40d0619dcb9a14527d31c46275f46e85a79cf89..6d5654070d1c6819949f3cd6423ba535b958dd39 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-25  Hannes Domani  <ssbssa@yahoo.de>
+
+       * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
+
 2021-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
index f1ca6f7ed128966d51c69d495b8a91e5c3b5924e..0c13eb4740848378b4f29922a87b139ec6ba7364 100644 (file)
@@ -5236,8 +5236,8 @@ The value does not actually exist in the program.
 @item gdb.SYMBOL_LOC_COMPUTED
 The value's address is a computed location.
 
-@vindex SYMBOL_LOC_COMPUTED
-@item gdb.SYMBOL_LOC_COMPUTED
+@vindex SYMBOL_LOC_COMMON_BLOCK
+@item gdb.SYMBOL_LOC_COMMON_BLOCK
 The value's address is a symbol.  This is only used for Fortran common
 blocks.
 @end vtable