x86, relocs: Build separate 32/64-bit tools
authorKees Cook <keescook@chromium.org>
Fri, 12 Apr 2013 20:13:45 +0000 (13:13 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 16 Apr 2013 22:22:01 +0000 (15:22 -0700)
commit17c961f7702ff6037b66bb2e5f3ddd58de4ce7e5
treed6f5b5fb22ef8e49242917129e40ceb97775370a
parent946166af95d1defacfbc21e7c902d0556a2a7660
x86, relocs: Build separate 32/64-bit tools

Since the ELF structures and access macros change size based on 32 vs
64 bits, build a separate 32-bit relocs tool (for handling realmode
and 32-bit relocations), and a 64-bit relocs tool (for handling 64-bit
kernel relocations).

Signed-off-by: Kees Cook <keescook@chromium.org>
Link: http://lkml.kernel.org/r/1365797627-20874-5-git-send-email-keescook@chromium.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/boot/compressed/Makefile
arch/x86/realmode/rm/Makefile
arch/x86/tools/.gitignore
arch/x86/tools/Makefile