This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Enable VDSO for static linking on m68k.


The attached patch enables VDSO for static linking on m68k.

I am doing this mostly for completeness. Once every architectures
supports this we can simplify the #ifdefs.

Cheers,
Rafael

2019-01-28  Rafael Ávila de Espíndola  <rafael@espindo.la>

	[BZ #19767]
        * sysdeps/unix/sysv/linux/m68k/init-first.c: Remove #ifdef SHARED.
        * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Remove #ifdef SHARED.
        * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: Remove #ifdef SHARED.
        * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ALWAYS_USE_VSYSCALL.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]