Adds support for generating notes in V850 binaries.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 678eaeda2e74615fe074401cba14efde69c5e02f..2ec7f92c6e0aeb7a7714101b1460fcf1e6d86fc3 100644 (file)
@@ -995,6 +995,13 @@ extern void bfd_elf32_ia64_after_parse
 
 extern void bfd_elf64_ia64_after_parse
   (int);
+
+/* V850 Note manipulation routines.  */
+extern bfd_boolean v850_elf_create_sections
+  (struct bfd_link_info *);
+
+extern bfd_boolean v850_elf_set_note
+  (bfd *, unsigned int, unsigned int);
 /* Extracted from init.c.  */
 void bfd_init (void);
 
@@ -6438,6 +6445,9 @@ struct bfd
   /* If this is an input for a compiler plug-in library.  */
   ENUM_BITFIELD (bfd_plugin_format) plugin_format : 2;
 
+  /* Set if this is a plugin output file.  */
+  unsigned int lto_output : 1;
+
   /* Set to dummy BFD created when claimed by a compiler plug-in
      library.  */
   bfd *plugin_dummy_bfd;
This page took 0.029728 seconds and 4 git commands to generate.