diff options
author | Roland McGrath <roland@redhat.com> | 2008-08-25 22:55:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2008-08-25 22:55:17 +0000 |
commit | b4d6f0f8064f2b706ea9035ef0393d8299671390 (patch) | |
tree | 58d3da51253302bc5b8f2198d8462942ff43f464 /libelf/nlist.c | |
parent | f729d77881262094d365d33ac51063e25a02e357 (diff) | |
download | elfutils-b4d6f0f8064f2b706ea9035ef0393d8299671390.tar.gz |
Fix up bogon and missing log entries from .pmachata.threads branch.
Diffstat (limited to 'libelf/nlist.c')
-rw-r--r-- | libelf/nlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/nlist.c b/libelf/nlist.c index de18b8f5..f1fe1763 100644 --- a/libelf/nlist.c +++ b/libelf/nlist.c @@ -141,7 +141,7 @@ nlist (const char *filename, struct nlist *nl) /* SHDR->SH_LINK now contains the index of the string section. */ /* Get the data for the symbol section. */ - data = __elf_getdata_internal (symscn, NULL, LS_UNLOCKED); + data = INTUSE(elf_getdata) (symscn, NULL); if (data == NULL) goto fail_close; |