]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* remote-sim.c (gdbsim_create_inferior): Back out change that
authorStu Grossman <grossman@cygnus>
Fri, 15 Sep 1995 00:41:32 +0000 (00:41 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 15 Sep 1995 00:41:32 +0000 (00:41 +0000)
broke all simulator configurations except the rs6000.

gdb/ChangeLog
gdb/remote-sim.c

index 848753b39b63b7102944492a1695578eb21a1050..b6e5ffc20ae714141b8a0bf8e31a5c85f2ce268c 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep 14 17:35:24 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * remote-sim.c (gdbsim_create_inferior):  Back out change that
+       broke all simulator configurations except the rs6000.
+
 Thu Sep 14 14:44:59 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
 
        * monitor.c (monitor_expect): Discard NULL characters.
index f2df37a48e75c3d9a3e59869f818b88c42492b27..813f2128149676bffa0b66fa721175d4cf15370b 100644 (file)
@@ -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);
 }