summaryrefslogtreecommitdiff
path: root/rld-elf-types.h
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2013-08-29 19:41:23 +0800
committerPeng Fan <van.freenix@gmail.com>2013-08-29 19:41:23 +0800
commit1d2c9b7f8001c21c472c7da8a18739c3d48a5718 (patch)
tree8a6b7d59a6d0f6713530fdc18a0b25b4ce41f99c /rld-elf-types.h
parent7f982b32bd276d08c5273353073cc6958aaaecac (diff)
Fix archive writer
1. align to even address 2. Fix the use of GElf_Ehdr and Elf32_Ehdr 3. Fix the header related
Diffstat (limited to 'rld-elf-types.h')
-rw-r--r--rld-elf-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rld-elf-types.h b/rld-elf-types.h
index c305976..c0da295 100644
--- a/rld-elf-types.h
+++ b/rld-elf-types.h
@@ -47,6 +47,7 @@ namespace rld
typedef ::Elf_Kind elf_kind;
typedef ::Elf_Scn elf_scn;
typedef ::GElf_Ehdr elf_ehdr;
+ typedef ::Elf32_Ehdr elf32_ehdr;
typedef ::GElf_Shdr elf_shdr;
typedef ::GElf_Phdr elf_phdr;
typedef ::Elf_Data elf_data;