gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>
	* i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
	Constify.
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
+       Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
 
 /* Implement the command "show mpx bound".  */
 
 static void
-i386_mpx_info_bounds (char *args, int from_tty)
+i386_mpx_info_bounds (const char *args, int from_tty)
 {
   CORE_ADDR bd_base = 0;
   CORE_ADDR addr;
 /* Implement the command "set mpx bound".  */
 
 static void
-i386_mpx_set_bounds (char *args, int from_tty)
+i386_mpx_set_bounds (const char *args, int from_tty)
 {
   CORE_ADDR bd_base = 0;
   CORE_ADDR addr, lower, upper;