[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH v2 7/7] Use elf_getshdrstrndx() instead of elf_getshstrndx()



Use elf_getshdrstrndx() instead of elf_getshstrndx()
because later is marked as deprecated.

Signed-off-by: Daniel Kiper <daniel.kiper@xxxxxxxxxx>
---
 dwarf_info.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwarf_info.c b/dwarf_info.c
index 85c116e..c5752c9 100644
--- a/dwarf_info.c
+++ b/dwarf_info.c
@@ -944,7 +944,7 @@ get_debug_info(void)
        elfd = dwarf_info.elfd;
        dwarfd = dwarf_info.dwarfd;
 
-       if (elf_getshstrndx(elfd, &shstrndx) < 0) {
+       if (elf_getshdrstrndx(elfd, &shstrndx) < 0) {
                ERRMSG("Can't get the section index of the string table.\n");
                goto out;
        }
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.