diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 133a71f..b77aaed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix -Wmissing-prototypes build. + * arm-linux-nat.c (get_thread_id): Make it static. + * xtensa-linux-nat.c (get_thread_id): Likewise. + 2012-03-08 Joel Brobecker <brobecker@adacore.com> * server.c (process_point_options): If a conditional expression |