include/opcode/
[deliverable/binutils-gdb.git] / include / gdb / signals.h
index ce8c4ba16773d71abf1b4fc8bda3dc03f459c65b..1ee2c161d435d1fad5e7d988b67180c2b9be24d3 100644 (file)
@@ -1,7 +1,5 @@
 /* Target signal numbers for GDB and the GDB remote protocol.
-   Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
-   1998, 1999, 2000, 2001, 2002, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright 1986-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    etc. are doing to address these issues.  */
 
 /* For an explanation of what each signal means, see
-   target_signal_to_string.  */
+   gdb_signal_to_string.  */
 
-enum target_signal
+enum gdb_signal
   {
 #define SET(symbol, constant, name, string) \
     symbol = constant,
-#define ANY(symbol, name, string) \
-    symbol,
 #include "gdb/signals.def"
-#undef ANY
 #undef SET
   };
 
This page took 0.022977 seconds and 4 git commands to generate.