Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[deliverable/linux.git] / tools / objtool / elf.h
index 7f3e00a2f9078dca0baf0c67b31106d08c2f2a70..aa1ff6596684f9304d0dd4bd3165f819b4dcdaf7 100644 (file)
 #include <linux/list.h>
 #include <linux/hashtable.h>
 
+#ifdef LIBELF_USE_DEPRECATED
+# define elf_getshdrnum    elf_getshnum
+# define elf_getshdrstrndx elf_getshstrndx
+#endif
+
 struct section {
        struct list_head list;
        GElf_Shdr sh;
This page took 0.024254 seconds and 5 git commands to generate.