From 7307fea911454c13ec67cbc265d3d909d38effbc Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Mon, 10 Sep 2012 19:04:02 +0000 Subject: [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni! llvm-svn: 163532 --- llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp') diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp index 0aea5986140..a1c0e4020fc 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp @@ -36,8 +36,7 @@ class DyldELFObject : public ELFObjectFile { typedef Elf_Rel_Impl Elf_Rel; typedef Elf_Rel_Impl Elf_Rela; - typedef typename ELFObjectFile:: - Elf_Ehdr Elf_Ehdr; + typedef Elf_Ehdr_Impl Elf_Ehdr; typedef typename ELFDataTypeTypedefHelper< target_endianness, is64Bits>::value_type addr_type; -- cgit v1.2.3