From: Daniel Jacobowitz Date: Thu, 9 May 2002 22:21:39 +0000 (+0000) Subject: Correct ChangeLog entry to: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6609d9afa4b3c2aa72d153426c1333653d143608;p=binutils-gdb.git Correct ChangeLog entry to: 2002-05-09 Daniel Jacobowitz * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c0db6f5755..13f2ede4bc9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,8 @@ 2002-05-09 Daniel Jacobowitz - * 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