diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-08 19:48:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-08 19:48:15 +0000 |
commit | 6b27ebe85129c4c6f9b6d5fc2ad48d51ab80d8f8 (patch) | |
tree | 5bbdfa31666213e8584a2b0096444fea3b663576 /gdb/remote-eb.c | |
parent | 3b4cc5ecfb9bf0716cc73aaf008b33a03ded5397 (diff) | |
download | gdb-6b27ebe85129c4c6f9b6d5fc2ad48d51ab80d8f8.zip gdb-6b27ebe85129c4c6f9b6d5fc2ad48d51ab80d8f8.tar.gz gdb-6b27ebe85129c4c6f9b6d5fc2ad48d51ab80d8f8.tar.bz2 |
* symfile.{c,h} (generic_load): New function.
remote{,-nindy,-eb,-mips}.c: Use it.
Diffstat (limited to 'gdb/remote-eb.c')
-rw-r--r-- | gdb/remote-eb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index f5366c6..cb79d15 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -31,6 +31,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "a29k/tm-a29k.h" #include "inferior.h" +#include "symfile.h" #include "wait.h" #include "value.h" #include <ctype.h> @@ -984,7 +985,7 @@ executable as it exists on the remote computer. For example,\n\ 0, 0, /* Breakpoints */ 0, 0, 0, 0, 0, /* Terminal handling */ eb_kill, - 0, /* load */ + generic_load, /* load */ 0, /* lookup_symbol */ eb_create_inferior, eb_mourn_inferior, |