OSDN Git Service

2000-02-16 Mark Kettenis <kettenis@gnu.org>
authorkettenis <kettenis>
Wed, 16 Feb 2000 22:26:12 +0000 (22:26 +0000)
committerkettenis <kettenis>
Wed, 16 Feb 2000 22:26:12 +0000 (22:26 +0000)
* 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

index ad14714..34ad4a5 100644 (file)
@@ -1,5 +1,14 @@
 2000-02-16  Mark Kettenis  <kettenis@gnu.org>
 
+       * 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  <kettenis@gnu.org>
+
        * configure: Regenerated.
 
 2000-02-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>