+2
−0
+45
−1
arch/x86/vdso/vdsox32.S
0 → 100644
+22
−0
arch/x86/vdso/vdsox32.lds.S
0 → 100644
+32
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>