aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorHannes Domani <ssbssa@yahoo.de>2021-05-25 17:27:23 +0200
committerHannes Domani <ssbssa@yahoo.de>2021-05-25 21:55:11 +0200
commit2c5731b6476f27641cd26b406729489dc30c8ac8 (patch)
tree8d3e16c6e7a9af02c80b61d8c6c518c420ceb565 /gdb
parentd3e52e120b68bf19552743fbc078e0a759f48cb7 (diff)
downloadgdb-2c5731b6476f27641cd26b406729489dc30c8ac8.zip
gdb-2c5731b6476f27641cd26b406729489dc30c8ac8.tar.gz
gdb-2c5731b6476f27641cd26b406729489dc30c8ac8.tar.bz2
Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCK
gdb/doc/ChangeLog: 2021-05-25 Hannes Domani <ssbssa@yahoo.de> * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/python.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index e40d061..6d56540 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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.'.
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index f1ca6f7..0c13eb4 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -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