| commit | 4d9a91c5c677d6a6b2db21f00385bce5167373c4 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Sat Mar 24 04:55:03 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:18:48 2012 +0200 |
| tree | 4e76f6332fe6ef8e79e91c3b88d9f06d91dd2c67 | |
| parent | e6523e69b0230fef8dddbf628e0511a004203eb8 [diff] |
Add arch_elf_destroy
diff --git a/sysdeps/linux-gnu/ppc/plt.c b/sysdeps/linux-gnu/ppc/plt.c index 6075d7d..4b2b2f4 100644 --- a/sysdeps/linux-gnu/ppc/plt.c +++ b/sysdeps/linux-gnu/ppc/plt.c
@@ -224,3 +224,7 @@ lte->lte_flags |= LTE_PLT_EXECUTABLE; return 0; } +void +arch_elf_destroy(struct ltelf *lte) +{ +}