Disable readline's SIGWINCH handler
[deliverable/binutils-gdb.git] / gdb / top.c
index 647d9fb920c42442981efd0f99c1c2c5ee38d775..ddf5415e09d2f11bb0a53ce162db876fbaa313ae 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1939,6 +1939,8 @@ gdb_init (char *argv0)
   initialize_targets ();    /* Setup target_terminal macros for utils.c.  */
   initialize_utils ();     /* Make errors and warnings possible.  */
 
+  init_page_info ();
+
   /* Here is where we call all the _initialize_foo routines.  */
   initialize_all_files ();
 
This page took 0.023132 seconds and 4 git commands to generate.