2008-04-14 Hans Kester <kester.hans@gmail.com>
authorDaniel Jacobowitz <drow@false.org>
Mon, 14 Apr 2008 15:15:18 +0000 (15:15 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 14 Apr 2008 15:15:18 +0000 (15:15 +0000)
* sim-signal.c: Define missing signals for _WIN32.

sim/common/ChangeLog
sim/common/sim-signal.c

index b929d371316bf1875518d35ee75b388ff8cad00c..de70dfe33ee16742a878f3d6295903caa0874f52 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-14  Hans Kester  <kester.hans@gmail.com>
+
+       * sim-signal.c: Define missing signals for _WIN32.
+
 2008-02-12  M Ranga Swami Reddy  <MR.Swami.Reddy@nsc.com>
 
        * gennltvals.sh: Add cr16.
index 757fdf23cf7708014184e81abcd4a81a1a96430e..9ff56eb5d289116183364a1a21edd058c7033ae6 100644 (file)
@@ -26,7 +26,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
    to not think the process has died (so it can be debugged at the point of
    failure).  */
 
-#ifdef _MSC_VER
+#ifdef _WIN32
 #ifndef SIGTRAP
 #define SIGTRAP 5
 #endif
This page took 0.031116 seconds and 4 git commands to generate.