Revert previous change.
authorAndrew Cagney <cagney@redhat.com>
Sat, 20 Apr 2002 16:39:46 +0000 (16:39 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 20 Apr 2002 16:39:46 +0000 (16:39 +0000)
sim/mips/ChangeLog
sim/mips/interp.c

index ad49fccd6fbd51da67327fa68e7e946c91058387..fd7abee66aeb73b3f3d8629f4421a084bb8088d7 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-20  Andrew Cagney  <ac131313@redhat.com>
+
+       * interp.c (sim_open): Revert previous change.
+
 2002-04-18  Alexandre Oliva  <aoliva@redhat.com>
 
        * interp.c (sim_open): Disable chunk of code that wrote code in
index d56c2ef56ce37e320c6c3f1ef113a80db2e6d7f7..5bd61a8a824e32b72f23d82307d2154676a5e8c3 100644 (file)
@@ -698,14 +698,10 @@ sim_open (kind, cb, abfd, argv)
       sim_write (sd, 0x80000000, (char *) halt, sizeof (halt));
       sim_write (sd, 0x80000180, (char *) halt, sizeof (halt));
       sim_write (sd, 0x80000200, (char *) halt, sizeof (halt));
-#if 0
-      /* This is wrong.  We're not supposed to write code to the
-        vector tables, but rather pointers to code.  */
       /* XXX: Write here unconditionally? */
       sim_write (sd, 0xBFC00200, (char *) halt, sizeof (halt));
       sim_write (sd, 0xBFC00380, (char *) halt, sizeof (halt));
       sim_write (sd, 0xBFC00400, (char *) halt, sizeof (halt));
-#endif
     }
   }
 
This page took 0.031761 seconds and 4 git commands to generate.