From: John Gilmore Date: Sat, 6 Apr 1991 01:14:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64e5222463cee4d23f43fdafa2ab7b36437a57e9;p=binutils-gdb.git *** empty log message *** --- diff --git a/gdb/exec.c b/gdb/exec.c index eefe77223ac..a014068999c 100644 --- a/gdb/exec.c +++ b/gdb/exec.c @@ -320,7 +320,9 @@ struct target_ops exec_ops = { exec_xfer_memory, exec_files_info, 0, 0, /* insert_breakpoint, remove_breakpoint, */ 0, 0, 0, 0, 0, /* terminal stuff */ - 0, 0, 0, 0, 0, /* kill, load, add_syms, call fn, lookup sym */ + 0, 0, /* kill, load */ + add_syms_addr_command, + 0, 0, /* call fn, lookup sym */ child_create_inferior, 0, /* mourn_inferior */ file_stratum, 0, /* next */