From 0672384c2753e3b9d728450a84da4a51534b2f0b Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 15 Sep 1995 00:41:32 +0000 Subject: * remote-sim.c (gdbsim_create_inferior): Back out change that broke all simulator configurations except the rs6000. --- gdb/remote-sim.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/remote-sim.c') diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index f2df37a..813f212 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -200,12 +200,6 @@ gdbsim_create_inferior (exec_file, args, env) inferior_pid = 42; insert_breakpoints (); /* Needed to get correct instruction in cache */ - - /* FIXME: This needs to be done in a target-specific fashion. - What you see here works for the PPC simulator tiemann 9/9/1995. - Also, the fact that we can find the addresses for breakpoints without - this mechanism suggests some redundant code that could be merged. */ - add_text_to_loadinfo (entry_pt, entry_pt+exec_bfd->sections->_cooked_size); proceed (entry_pt, TARGET_SIGNAL_DEFAULT, 0); } -- cgit v1.1