Swap tui_show_locator_content and tui_locator_window::rerender
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 7e6dad78d450b3b555bed9a0994d25fcb2d2da01..63b4792818ce9c9ee0b17607df1ec60e06aa22a7 100644 (file)
@@ -7180,6 +7180,9 @@ struct bfd
   /* Set if this is a thin archive.  */
   unsigned int is_thin_archive : 1;
 
+  /* Set if this archive should not cache element positions.  */
+  unsigned int no_element_cache : 1;
+
   /* Set if only required symbols should be added in the link hash table for
      this object.  Used by VMS linkers.  */
   unsigned int selective_search : 1;
@@ -7197,7 +7200,7 @@ struct bfd
   unsigned int lto_output : 1;
 
   /* Set if this is a slim LTO object not loaded with a compiler plugin.  */
-  unsigned int lto_slim_object: 1;
+  unsigned int lto_slim_object : 1;
 
   /* Set to dummy BFD created when claimed by a compiler plug-in
      library.  */
This page took 0.023953 seconds and 4 git commands to generate.