x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELF
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 16 Apr 2013 23:02:58 +0000 (16:02 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 16 Apr 2013 23:02:58 +0000 (16:02 -0700)
commitc889ba801dc3b3a0155fa77d567f2c3a6097de1c
tree257878e1eb565fc9765dd8fed20815f7781d116a
parent17c961f7702ff6037b66bb2e5f3ddd58de4ce7e5
x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELF

Refactor the relocs tool so that the same tool can handle 32- and
64-bit ELF.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Kees Cook <keescook@chromium.org>
Link: http://lkml.kernel.org/r/1365797627-20874-5-git-send-email-keescook@chromium.org
arch/x86/boot/compressed/Makefile
arch/x86/realmode/rm/Makefile
arch/x86/tools/.gitignore
arch/x86/tools/Makefile
arch/x86/tools/relocs.c
arch/x86/tools/relocs.h [new file with mode: 0644]
arch/x86/tools/relocs_32.c [new file with mode: 0644]
arch/x86/tools/relocs_64.c [new file with mode: 0644]
arch/x86/tools/relocs_common.c [new file with mode: 0644]