diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-05-09 22:21:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-05-09 22:21:39 +0000 |
commit | 6609d9afa4b3c2aa72d153426c1333653d143608 (patch) | |
tree | a05c732e6da6e9ec432f22e6849a1d15cc050b01 /gdb | |
parent | fd326606f3f49f040c743dc0b179696c16b33ad2 (diff) | |
download | fsf-binutils-gdb-6609d9afa4b3c2aa72d153426c1333653d143608.zip fsf-binutils-gdb-6609d9afa4b3c2aa72d153426c1333653d143608.tar.gz fsf-binutils-gdb-6609d9afa4b3c2aa72d153426c1333653d143608.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c0db6f..13f2ede 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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> |