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

@@ -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>