]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-signal.c
sim: common: trim trailing whitespace
[thirdparty/binutils-gdb.git] / sim / common / sim-signal.c
index 45ad5d859607086dc93df7317fab7de89660d5c8..8605e3814e59786ba3b4874f06018c081f32f1eb 100644 (file)
@@ -1,5 +1,6 @@
 /* Simulator signal support
-   Copyright (C) 1997, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
    Contributed by Cygnus Support
 
 This file is part of the GNU Simulators.
@@ -26,7 +27,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
@@ -94,7 +95,7 @@ sim_signal_to_host (SIM_DESC sd, SIM_SIGNAL sig)
 #endif
 }
 
-enum target_signal 
+enum target_signal
 sim_signal_to_target (SIM_DESC sd, SIM_SIGNAL sig)
 {
   switch (sig)