mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
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.
This commit is contained in:
@ -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.'.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user