Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / common / sim-options.h
index e20e47696a5ed7a8615cb8e0baa90e4d1bf1c1f4..94702c4c8c9dfd0c8d319b554445da083d992165 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for simulator argument handling.
 /* Header file for simulator argument handling.
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -135,7 +135,7 @@ SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
 MODULE_INSTALL_FN standard_install;
 
 /* Called by sim_open to parse the arguments.  */
 MODULE_INSTALL_FN standard_install;
 
 /* Called by sim_open to parse the arguments.  */
-SIM_RC sim_parse_args (SIM_DESC sd, char **argv);
+SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv);
 
 /* Print help messages for the options.  IS_COMMAND is non-zero when
    this function is called from the command line interpreter. */
 
 /* Print help messages for the options.  IS_COMMAND is non-zero when
    this function is called from the command line interpreter. */
This page took 0.023951 seconds and 4 git commands to generate.