fix cut-n-paste errors in previous checkin
This commit is contained in:
parent
5436304513
commit
f626972c20
2 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
||||||
(target_signal_to_name): Ditto.
|
(target_signal_to_name): Ditto.
|
||||||
(target_signal_from_name): Make arg const char *.
|
(target_signal_from_name): Make arg const char *.
|
||||||
* thread-db.c (thread_db_err_str): Make return type 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.
|
* infrun.c (sig_print_info): Update.
|
||||||
|
|
||||||
* signals/signals.c (signals): Make array and struct members const.
|
* signals/signals.c (signals): Make array and struct members const.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
2009-01-15 Doug Evans <dje@google.com>
|
2009-01-15 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* gdbserver/gdbreplay.c (perror_with_name): Make arg const char *.
|
* gdbreplay.c (perror_with_name): Make arg const char *.
|
||||||
* gdbserver/server.h (target_signal_to_name): Make return type
|
* server.h (target_signal_to_name): Make return type const char *.
|
||||||
const char *.
|
* utils.c (perror_with_name): Make arg const char *.
|
||||||
|
|
||||||
2009-01-14 Pedro Alves <pedro@codesourcery.com>
|
2009-01-14 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue