diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-04 01:58:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-04 01:58:49 +0000 |
commit | 8e6a3c35b9c93dbff0ead9659581e7b75c3e31be (patch) | |
tree | 53595a6a8dd256fac35bc9278d111afcae5d231d /gdb/ChangeLog | |
parent | 507f3c78fb4a1235b731350d60f1bf0ce94b4175 (diff) | |
download | gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.zip gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.tar.gz gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.tar.bz2 |
Eliminate safe_strsignal().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9d9059..247183e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Sat Jun 3 20:43:59 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * defs.h (strsignal, safe_strsignal): Delete declarations. + * utils.c (safe_strsignal): Delete. + * corelow.c (core_open): Replace save_strsignal with + target_signal_to_string + target_signal_from_host. + * TODO: Document problems with target_signal_from_host. + 2000-06-03 Kevin Buettner <kevinb@redhat.com> * annotate.c, annotate.h, breakpoint.c, command.c, command.h, |