Move pagination_enabled declaration to a proper place.
[external/binutils.git] / gdb / ChangeLog
index 5bd25df..c2a878f 100644 (file)
@@ -1,5 +1,11 @@
 2013-06-28  Pedro Alves  <palves@redhat.com>
 
+       * infrun.c (set_observer_mode): Don't declare pagination_enabled
+       here.
+       * utils.h (pagination_enabled): Declare.
+
+2013-06-28  Pedro Alves  <palves@redhat.com>
+
        * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
        Move higher up in file.