Correct ChangeLog entry to:

2002-05-09  Daniel Jacobowitz  <drow@mvista.com>

        * signals/signals.c (signals): Remove conditional compilation around
        Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
        (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
This commit is contained in:
Daniel Jacobowitz 2002-05-09 22:21:39 +00:00
parent fd326606f3
commit 6609d9afa4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
2002-05-09 Daniel Jacobowitz <drow@mvista.com>
* signals.h: Update comments.
(enum target_signal): Remove conditional compilation around
* signals/signals.c (signals): Remove conditional compilation around
Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
(target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
2002-05-09 Michael Snyder <msnyder@redhat.com>