fix another cut-n-paste error
authorDoug Evans <dje@google.com>
Thu, 15 Jan 2009 22:18:54 +0000 (22:18 +0000)
committerDoug Evans <dje@google.com>
Thu, 15 Jan 2009 22:18:54 +0000 (22:18 +0000)
gdb/ChangeLog
gdb/gdbserver/ChangeLog

index f9a8b707753753238e97ec85b2393d1eb80c755c..5757e4a9749f93d5318eef754c8b0fa4a142c80f 100644 (file)
@@ -3,9 +3,7 @@
        * target.h (target_signal_to_string): Make return type const char *.
        (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 *.
        * infrun.c (sig_print_info): Update.
-
        * signals/signals.c (signals): Make array and struct members const.
        (target_signal_to_string): Make return type const char *.
        (target_signal_to_name): Ditto.
index a0ce2d5493b8054efbcdf1123f990fdd254e239a..a321136383b1b9db1cc3473fc217f3c76c2ad1a1 100644 (file)
@@ -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>
This page took 0.04109 seconds and 4 git commands to generate.