mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
make common_block const
This changes general_symbol_info to make "common_block" const. 2014-06-18 Tom Tromey <tromey@redhat.com> * f-valprint.c (info_common_command_for_block): Update. * symtab.h (struct general_symbol_info) <common_block>: Now const.
This commit is contained in:
@ -122,7 +122,7 @@ struct general_symbol_info
|
||||
|
||||
/* A common block. Used with LOC_COMMON_BLOCK. */
|
||||
|
||||
struct common_block *common_block;
|
||||
const struct common_block *common_block;
|
||||
|
||||
/* For opaque typedef struct chain. */
|
||||
|
||||
|
Reference in New Issue
Block a user