aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-01-15 22:18:54 +0000
committerDoug Evans <dje@google.com>2009-01-15 22:18:54 +0000
commit0842e7871a7899f3904758d987770fd4a5af6c24 (patch)
tree464d51da99ae139c3292043747753aaf43f11e40 /gdb/gdbserver
parentf626972c20e985f4ba40ea356135215aa1f7610b (diff)
downloadgdb-0842e7871a7899f3904758d987770fd4a5af6c24.zip
gdb-0842e7871a7899f3904758d987770fd4a5af6c24.tar.gz
gdb-0842e7871a7899f3904758d987770fd4a5af6c24.tar.bz2
fix another cut-n-paste error
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index a0ce2d5..a321136 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -2,6 +2,7 @@
* gdbreplay.c (perror_with_name): Make arg const char *.
* server.h (target_signal_to_name): 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 *.
2009-01-14 Pedro Alves <pedro@codesourcery.com>