diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-03 04:06:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-03 04:06:27 +0000 |
commit | 80c651f02dfef05adafe2cf9cc52014a0982d055 (patch) | |
tree | be4cbb19fd233fcde209ab01b3d4b208f71f4998 /sim/common/sim-utils.h | |
parent | eaac098bd37b4e90673ebc590ecde51a41ee03c9 (diff) | |
download | gdb-80c651f02dfef05adafe2cf9cc52014a0982d055.zip gdb-80c651f02dfef05adafe2cf9cc52014a0982d055.tar.gz gdb-80c651f02dfef05adafe2cf9cc52014a0982d055.tar.bz2 |
Stanify error reporting memory overlaps.
Diffstat (limited to 'sim/common/sim-utils.h')
-rw-r--r-- | sim/common/sim-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/sim-utils.h b/sim/common/sim-utils.h index 5fc3efd..dfb991c 100644 --- a/sim/common/sim-utils.h +++ b/sim/common/sim-utils.h @@ -48,8 +48,6 @@ unsigned long sim_elapsed_time_since (SIM_ELAPSED_TIME start); SIM_RC sim_analyze_program (SIM_DESC sd, char *prog_name, struct _bfd *prog_bfd); -char **sim_copy_argv (char **argv); - /* Load program PROG into the simulator. If PROG_BFD is non-NULL, the file has already been opened. If VERBOSE_P is non-zero statistics are printed of each loaded section |