diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-05-09 22:19:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-05-09 22:19:48 +0000 |
commit | 1a79372daac6c97dd91f9f607de6c6dfd21af428 (patch) | |
tree | 2ff213f32de6d38f04f843ebbc0c61b01b776146 /include/gdb/ChangeLog | |
parent | e71019a17f60106e4dec346f75459fc270b9f506 (diff) | |
download | gdb-1a79372daac6c97dd91f9f607de6c6dfd21af428.zip gdb-1a79372daac6c97dd91f9f607de6c6dfd21af428.tar.gz gdb-1a79372daac6c97dd91f9f607de6c6dfd21af428.tar.bz2 |
2002-05-09 Daniel Jacobowitz <drow@mvista.com>
* signals.h: Update comments.
(enum target_signal): Remove conditional compilation around
Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
Diffstat (limited to 'include/gdb/ChangeLog')
-rw-r--r-- | include/gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 5d83a64..b4fee9d 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-05-09 Daniel Jacobowitz <drow@mvista.com> + + * signals.h: Update comments. + (enum target_signal): Remove conditional compilation around + Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT. + 2002-03-10 Daniel Jacobowitz <drow@mvista.com> * signals.h: New file, from gdb/defs.h. |