PR 24768
	* bfd.c (struct bfd): Add lto_slim_object flag.
	* bfd-in2.h: Regenerate.
+2019-07-30  Alan Modra  <amodra@gmail.com>
+
+       PR 24768
+       * bfd.c (struct bfd): Add lto_slim_object flag.
+       * bfd-in2.h: Regenerate.
+
 2019-07-29  Martin Liska  <mliska@suse.cz>
 
        PR 24768
 
   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.  */
 
 .  {* Set if this is a plugin output file.  *}
 .  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;
+.
 .  {* Set to dummy BFD created when claimed by a compiler plug-in
 .     library.  *}
 .  bfd *plugin_dummy_bfd;