forked from Imagelibrary/binutils-gdb
* symtab.h (struct general_symbol_info) <value.bytes>: Make const.
This commit is contained in:
@@ -116,7 +116,7 @@ struct general_symbol_info
|
||||
|
||||
struct block *block;
|
||||
|
||||
gdb_byte *bytes;
|
||||
const gdb_byte *bytes;
|
||||
|
||||
CORE_ADDR address;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user