diff options
author | Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | 2000-11-21 10:26:07 +0000 |
---|---|---|
committer | Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | 2000-11-21 10:26:07 +0000 |
commit | 1f741429f00428459a5726ace5f9c16393644b27 (patch) | |
tree | 4492dbffa060ea4c2ab187413b78ac77959310af /gdb/target.h | |
parent | 06b6468d7df183737e9b137142d1e6e1f23f3fc2 (diff) | |
download | gdb-1f741429f00428459a5726ace5f9c16393644b27.tar.gz |
* 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.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/target.h b/gdb/target.h index 98c017b067e..5b0afb70c9d 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -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 */ |