fix cut-n-paste errors in previous checkin

This commit is contained in:
Doug Evans 2009-01-15 22:10:05 +00:00
parent 5436304513
commit f626972c20
2 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,6 @@
(target_signal_to_name): Ditto.
(target_signal_from_name): Make arg const char *.
* thread-db.c (thread_db_err_str): Make return type const char *.
* utils.c (perror_with_name): Make arg const char *.
* infrun.c (sig_print_info): Update.
* signals/signals.c (signals): Make array and struct members const.

View File

@ -1,8 +1,8 @@
2009-01-15 Doug Evans <dje@google.com>
* gdbserver/gdbreplay.c (perror_with_name): Make arg const char *.
* gdbserver/server.h (target_signal_to_name): Make return type
const char *.
* gdbreplay.c (perror_with_name): Make arg const char *.
* server.h (target_signal_to_name): Make return type const char *.
* utils.c (perror_with_name): Make arg const char *.
2009-01-14 Pedro Alves <pedro@codesourcery.com>