From 2c38a6615a693d0a43159825da2358126473502b 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163532 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp') diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp index 0aea598..a1c0e40 100644 --- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp +++ b/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.1