From: Daniel Jacobowitz Date: Mon, 14 Apr 2008 15:15:29 +0000 (+0000) Subject: 2008-04-14 Hans Kester X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c91b130f5dfefcdbec8a421652d922a6a78ad521;p=thirdparty%2Fbinutils-gdb.git 2008-04-14 Hans Kester * sim-signal.c: Define missing signals for _WIN32. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 87bc0ee2f27..16e124a8429 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2008-04-14 Hans Kester + + * sim-signal.c: Define missing signals for _WIN32. + 2007-10-11 Jesper Nilsson * callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions. diff --git a/sim/common/sim-signal.c b/sim/common/sim-signal.c index 757fdf23cf7..9ff56eb5d28 100644 --- a/sim/common/sim-signal.c +++ b/sim/common/sim-signal.c @@ -26,7 +26,7 @@ along with this program. If not, see . */ 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