aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-09-12 18:39:07 -0600
committerTom Tromey <tom@tromey.com>2017-09-27 08:44:49 -0600
commit1d8b34a7a233d89938fd173389f7884aa7d105b3 (patch)
tree2822134aec724b165393be86690f7deba6c399d7 /gdb/defs.h
parent442019e118afb6bdbae490c0b072e8f024f2d9a2 (diff)
downloadfsf-binutils-gdb-1d8b34a7a233d89938fd173389f7884aa7d105b3.zip
fsf-binutils-gdb-1d8b34a7a233d89938fd173389f7884aa7d105b3.tar.gz
fsf-binutils-gdb-1d8b34a7a233d89938fd173389f7884aa7d105b3.tar.bz2
Constify some commands in exec.c, plus symbol_file_command
Note that this commit also changes deprecated_file_changed_hook -- not used in the tree, but Insight will require a (presumably minor) change. gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * symfile.c (symbol_file_command): Constify. * gdbcore.h (deprecated_file_changed_hook): Constify. * exec.c (deprecated_file_changed_hook, exec_file_command) (file_command): Constify. * defs.h (symbol_file_command): Constify.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 077a816..cf59602 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -298,7 +298,7 @@ EXTERN_C char *re_comp (const char *);
/* From symfile.c */
-extern void symbol_file_command (char *, int);
+extern void symbol_file_command (const char *, int);
/* * Remote targets may wish to use this as their load function. */
extern void generic_load (const char *name, int from_tty);