objtool: Add elf_create_undef_symbol()
[linux-2.6-microblaze.git] / tools / objtool / include / objtool / elf.h
index 463f329..45e5ede 100644 (file)
@@ -133,6 +133,7 @@ int elf_write_insn(struct elf *elf, struct section *sec,
                   unsigned long offset, unsigned int len,
                   const char *insn);
 int elf_write_reloc(struct elf *elf, struct reloc *reloc);
+struct symbol *elf_create_undef_symbol(struct elf *elf, const char *name);
 int elf_write(struct elf *elf);
 void elf_close(struct elf *elf);