diff options
author | H. J. Lu <hjl.tools@gmail.com> | 2012-02-19 20:38:06 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-20 21:52:06 +0100 |
commit | 1a21d4e095ef720abf81299000afc038206d571b (patch) | |
tree | 8d64feea71f41f785521f66fecbd29c16b0cf63a /arch/x86/vdso/.gitignore | |
parent | x32: Allow x32 to be configured (diff) | |
download | linux-1a21d4e095ef720abf81299000afc038206d571b.tar.xz linux-1a21d4e095ef720abf81299000afc038206d571b.zip |
x32: Add x32 VDSO support
Add support for the x32 VDSO. The x32 VDSO takes advantage of the
similarity between the x86-64 and the x32 ABIs to contain the same
content, only the container is different, as the x32 VDSO obviously is
an x32 shared object.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/vdso/.gitignore')
-rw-r--r-- | arch/x86/vdso/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/vdso/.gitignore b/arch/x86/vdso/.gitignore index 60274d5746e1..3282874bc61d 100644 --- a/arch/x86/vdso/.gitignore +++ b/arch/x86/vdso/.gitignore @@ -1,5 +1,7 @@ vdso.lds vdso-syms.lds +vdsox32.lds +vdsox32-syms.lds vdso32-syms.lds vdso32-syscall-syms.lds vdso32-sysenter-syms.lds |