* symtab.h (struct general_symbol_info) <value.bytes>: Make const.

This commit is contained in:
Tom Tromey 2013-04-12 14:49:25 +00:00
parent dccca75d80
commit d47a1bc1fa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-12 Tom Tromey <tromey@redhat.com>
* symtab.h (struct general_symbol_info) <value.bytes>: Make const.
2013-04-12 Eli Zaretskii <eliz@gnu.org>
* top.c (print_gdb_configuration): New function, displays the

View File

@ -116,7 +116,7 @@ struct general_symbol_info
struct block *block;
gdb_byte *bytes;
const gdb_byte *bytes;
CORE_ADDR address;