2000-12-04 Michael Snyder <msnyder@cleaver.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / target.h
index 98c017b067e3de0a5cd1d942a2dfb64ce867cd58..5b0afb70c9d22452b0a23880cf74872917d4a2ea 100644 (file)
@@ -240,6 +240,8 @@ enum target_signal
        of the protocol.  Note that in some GDB's TARGET_SIGNAL_REALTIME_32
        is number 76.  */
     TARGET_SIGNAL_REALTIME_32,
+    /* Yet another pain, IRIX 6 has SIG64.  */
+    TARGET_SIGNAL_REALTIME_64,
 
 #if defined(MACH) || defined(__MACH__)
     /* Mach exceptions */
This page took 0.023205 seconds and 4 git commands to generate.