From 05c9aab3af5b4687b1e7da2c87df7197d4a464ff Mon Sep 17 00:00:00 2001 From: kettenis Date: Wed, 16 Feb 2000 22:26:12 +0000 Subject: [PATCH] 2000-02-16 Mark Kettenis * target.c (do_target_signal_to_host): Do not use REALTIME_LO in the conversion of the signal number. TARGET_SIGNAL_REALTIME_33 is 33 by definition, whereas REALTIME_LO might be 32 on systems that have SIG32 such as Linux. Make sure that the signal number returned is within the range specified by REALTIME_LO and REALTIME_HI. --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad14714210..34ad4a559d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2000-02-16 Mark Kettenis + * target.c (do_target_signal_to_host): Do not use REALTIME_LO in + the conversion of the signal number. TARGET_SIGNAL_REALTIME_33 is + 33 by definition, whereas REALTIME_LO might be 32 on systems that + have SIG32 such as Linux. Make sure that the signal number + returned is within the range specified by REALTIME_LO and + REALTIME_HI. + +2000-02-16 Mark Kettenis + * configure: Regenerated. 2000-02-16 Fernando Nasser -- 2.11.0