diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-02-16 22:26:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-02-16 22:26:12 +0000 |
commit | e95a43adc3f68b1507edd104f5d37f8dcd3d41ac (patch) | |
tree | 8ec2a33dc164b0551699f75e9342d2f99107508e /gdb/ChangeLog | |
parent | 7433da226541b6160bdf9c8de93ce9f3639d0b85 (diff) | |
download | gdb-e95a43adc3f68b1507edd104f5d37f8dcd3d41ac.zip gdb-e95a43adc3f68b1507edd104f5d37f8dcd3d41ac.tar.gz gdb-e95a43adc3f68b1507edd104f5d37f8dcd3d41ac.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad14714..34ad4a5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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> |