mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* symtab.h (struct general_symbol_info) <value.bytes>: Make const.
This commit is contained in:
parent
dccca75d80
commit
d47a1bc1fa
@ -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
|
||||
|
@ -116,7 +116,7 @@ struct general_symbol_info
|
||||
|
||||
struct block *block;
|
||||
|
||||
gdb_byte *bytes;
|
||||
const gdb_byte *bytes;
|
||||
|
||||
CORE_ADDR address;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user