| commit | d914a206a11cc1011a45f00674b1e16988fae77f | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Wed Nov 10 00:15:33 2004 +0100 |
| committer | Juan Cespedes <cespedes@debian.org> | Wed Nov 10 00:15:33 2004 +0100 |
| tree | 77b4ecf3d7c51911e04566cce1c2319715448faf | |
| parent | 337ea4581657020f6e9ae93e30cb4a7ddd993903 [diff] [blame] |
Version: 0.3.36 * Fixed "--indent" option * Got rid of Debian and RedHat specific parts in tarball
diff --git a/sysdeps/linux-gnu/ppc/plt.c b/sysdeps/linux-gnu/ppc/plt.c new file mode 100644 index 0000000..9e2c094 --- /dev/null +++ b/sysdeps/linux-gnu/ppc/plt.c
@@ -0,0 +1,9 @@ +#include <gelf.h> +#include "ltrace.h" +#include "elf.h" + +GElf_Addr +arch_plt_sym_val (struct ltelf *lte, size_t ndx, GElf_Rela *rela) +{ + return rela->r_offset; +}