x86: Add asm/elf.h for x86-specific ELF definitions
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:45 +0000 (12:33 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Aug 2015 14:44:05 +0000 (08:44 -0600)
commited3b4d37368694e682c2c24f2fd72414d3f645ae
tree491d8871acca7eb6dfd47acba9cec40025231150
parent981dca69f6a1df3b71f45350499cda12a40fd5ee
x86: Add asm/elf.h for x86-specific ELF definitions

Bring in this file from Linux 4.1. It supports relocation features specific
to x86.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/elf.h [new file with mode: 0644]