Adds support for generating notes in V850 binaries.
[deliverable/binutils-gdb.git] / bfd / bfd-in.h
index 8ffae997bd2176bb453b2ae96fb9a76efe3cb569..cbd0465a6f7c26b156814fe251181f36c5f58464 100644 (file)
@@ -988,3 +988,10 @@ 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);
This page took 0.034673 seconds and 4 git commands to generate.