aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2010-10-27 16:57:34 +0200
committerJoe Damato <ice799@gmail.com>2010-11-28 20:08:01 -0800
commitfe1c171b8988a4e9a882b11291faf9d3fa09e944 (patch)
tree8270477c527eccffc0ad3a4e21b93f88ec815210 /ltrace-elf.h
parent067322dc1737817000d646440a2b061fdf1c9f40 (diff)
downloadltrace-fe1c171b8988a4e9a882b11291faf9d3fa09e944.tar.gz
Fix tracing on PPC32 systems with glink
Diffstat (limited to 'ltrace-elf.h')
-rw-r--r--ltrace-elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltrace-elf.h b/ltrace-elf.h
index 426f7b8..db964af 100644
--- a/ltrace-elf.h
+++ b/ltrace-elf.h
@@ -29,6 +29,7 @@ struct ltelf {
size_t mips_local_gotno;
size_t mips_gotsym;
#endif // __mips__
+ GElf_Addr plt_stub_vma;
};
#define LTE_HASH_MALLOCED 1