OSDN Git Service

2000-02-16 Mark Kettenis <kettenis@gnu.org>
authorMark Kettenis <kettenis@gnu.org>
Wed, 16 Feb 2000 22:26:12 +0000 (22:26 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 16 Feb 2000 22:26:12 +0000 (22:26 +0000)
commit8ed66a6beac72807430d880b0bee2475f8e04ccb
treeff14324c1cece5e5b653bdf92cb2c279b6ffea35
parentd4c8de4007158191806e762a8f93ecfcff1a1861
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.
gdb/ChangeLog
gdb/target.c