* target.h (TARGET_SIGNAL_REALTIME_64): Added for IRIX 6.

* target.c (target_signal_from_host, do_target_signal_to_host):
	Handle TARGET_SIGNAL_REALTIME_64.
This commit is contained in:
Peter Schauer
2000-11-21 10:26:07 +00:00
parent a7ec76fe2f
commit d57fc35284
3 changed files with 13 additions and 0 deletions

View 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 */