From 5570a7769869a4df25ef85f302f74a7feb6c0cd3 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 17 Feb 2006 02:00:00 +0100 Subject: Version 0.3.38-1 * Added ia64 port * elf.h: add extra field for PLT size * elf.c: put in PLT size * sysdeps/linux-gnu/breakpoint.c: add arch breakpoint override * sysdeps/linux-gnu/trace.c: don't single step after breakpoin for ia64 * configure.ac: add version to AC_INIT, bump version to 0.3.38 * options.c: use PACKAGE_VERSION --- elf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elf.h') diff --git a/elf.h b/elf.h index 5d878f5..6f0bf6e 100644 --- a/elf.h +++ b/elf.h @@ -15,6 +15,7 @@ struct ltelf size_t dynsym_count; const char *dynstr; GElf_Addr plt_addr; + size_t plt_size; Elf_Data *relplt; size_t relplt_count; Elf32_Word *hash; -- cgit v1.2.3