diff options
author | gdb-2.8 <gdb@fsf.org> | 1988-09-03 08:00:00 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:31 +0100 |
commit | 3bf57d210832b28e9361990830eb722a619f031b (patch) | |
tree | ba506d293bde0f6500d0cee3e643ebf8890d9cf7 /gdb/standalone.c | |
parent | 7c75bab3d3ef344a6a0b13b9ab59ecd5855aceb5 (diff) | |
download | binutils-gdb-3bf57d210832b28e9361990830eb722a619f031b.tar.gz |
gdb-2.8
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r-- | gdb/standalone.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c index 94adf64cf28..45cca6aeed1 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -341,7 +341,8 @@ core_file_command () {} char * -get_exec_file () +get_exec_file (err) + int err; { /* Makes one printout look reasonable; value does not matter otherwise. */ return "run"; |