summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-12 14:49:25 +0000
committerTom Tromey <tromey@redhat.com>2013-04-12 14:49:25 +0000
commit155f65b7ea58fb1d3d1ab633afb96ac820538927 (patch)
tree5b114d03d6b9b3255208d77cdec118b5f6fb7a8d /gdb/symtab.h
parentc3ed2bdc75b6c068bcfa71281e672baec4fdce90 (diff)
downloadgdb-155f65b7ea58fb1d3d1ab633afb96ac820538927.tar.gz
* symtab.h (struct general_symbol_info) <value.bytes>: Make const.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 29a12ff5fe9..c735e16295b 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -116,7 +116,7 @@ struct general_symbol_info
struct block *block;
- gdb_byte *bytes;
+ const gdb_byte *bytes;
CORE_ADDR address;