diff options
author | H. J. Lu <hjl.tools@gmail.com> | 2012-02-19 11:38:06 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-20 12:52:06 -0800 |
commit | 1a21d4e095ef720abf81299000afc038206d571b (patch) | |
tree | 8d64feea71f41f785521f66fecbd29c16b0cf63a /arch/x86/vdso/.gitignore | |
parent | 5fd92e65a68b813667bc8739f5fa463e5bfcd66d (diff) |
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 60274d5746e..3282874bc61 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 |