diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index c522193..cdd395f 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -1155,7 +1155,7 @@ add_local_symbols (struct collection_list *collect, long frame_regno, long frame_offset, int type, int trace_string) { - struct block *block; + const struct block *block; struct add_local_symbols_data cb_data; cb_data.collect = collect; @@ -2705,7 +2705,7 @@ scope_info (char *args, int from_tty) struct symtabs_and_lines sals; struct symbol *sym; struct bound_minimal_symbol msym; - struct block *block; + const struct block *block; const char *symname; char *save_args = args; struct block_iterator iter; |