GNU Binutils with patches for OS216
Revision | c9d31bd6579d5bbd672937a76258031675d40f34 (tree) |
---|---|
Zeit | 2017-09-27 23:45:02 |
Autor | Tom Tromey <tom@trom...> |
Commiter | Tom Tromey |
Constify add_symbol_file_from_memory_command
gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* symfile-mem.c (add_symbol_file_from_memory_command): Constify.
@@ -1,5 +1,9 @@ | ||
1 | 1 | 2017-09-27 Tom Tromey <tom@tromey.com> |
2 | 2 | |
3 | + * symfile-mem.c (add_symbol_file_from_memory_command): Constify. | |
4 | + | |
5 | +2017-09-27 Tom Tromey <tom@tromey.com> | |
6 | + | |
3 | 7 | * demangle.c (demangle_command): Constify. |
4 | 8 | |
5 | 9 | 2017-09-27 Tom Tromey <tom@tromey.com> |
@@ -145,7 +145,7 @@ symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, | ||
145 | 145 | |
146 | 146 | |
147 | 147 | static void |
148 | -add_symbol_file_from_memory_command (char *args, int from_tty) | |
148 | +add_symbol_file_from_memory_command (const char *args, int from_tty) | |
149 | 149 | { |
150 | 150 | CORE_ADDR addr; |
151 | 151 | struct bfd *templ; |