i386: Align branches within a fixed boundary
[deliverable/binutils-gdb.git] / gdb / symfile.c
index c5d226ec0d176bbea94288349142f5427178b5f1..aec07d7a7abd5d3a788b97c69ce6637707e8b6cc 100644 (file)
@@ -44,7 +44,7 @@
 #include "completer.h"
 #include "bcache.h"
 #include "hashtab.h"
-#include "readline/readline.h"
+#include "readline/tilde.h"
 #include "block.h"
 #include "observable.h"
 #include "exec.h"
@@ -809,7 +809,7 @@ read_symbols (struct objfile *objfile, symfile_add_flags add_flags)
        }
     }
   if ((add_flags & SYMFILE_NO_READ) == 0)
-    require_partial_symbols (objfile, 0);
+    require_partial_symbols (objfile, false);
 }
 
 /* Initialize entry point information for this objfile.  */
This page took 0.025503 seconds and 4 git commands to generate.