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]

Re: [PATCH] Fix multi-arch build with elision


On Wed, Jul 03, 2013 at 08:21:53AM -0700, H.J. Lu wrote:
> On Tue, Jul 2, 2013 at 11:21 PM, Markus Trippelsdorf
> <markus@trippelsdorf.de> wrote:
> > On 2013.07.02 at 14:57 -0700, Andi Kleen wrote:
> >> From: Andi Kleen <ak@linux.intel.com>
> >>
> >> This is the simplest fix I could come up with for Markus'
> >> no multiarch problem. Markus can you test please?
> >
> > Yes, it works fine. Thanks Andi.
> >
> > --
> > Markus
> 
> Try this.

I considered something similar first, but it would also need the same for
the glibc Versions file at least, to export __get_cpu_features
from the main glibc to pthread, right? Or would pthread use its own
version?

Versions doesn't seem to support a #include mechanism.

-Andi

> 
> 
> --
> H.J.
> --
> diff --git a/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c
> b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c
> new file mode 100644
> index 0000000..00a94d8
> --- /dev/null
> +++ b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c
> @@ -0,0 +1 @@
> +#include <sysdeps/x86_64/multiarch/init-arch.c>
> diff --git a/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h
> b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h
> new file mode 100644
> index 0000000..cd2d0be
> --- /dev/null
> +++ b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h
> @@ -0,0 +1 @@
> +#include <sysdeps/x86_64/multiarch/init-arch.h>
> 

-- 
ak@linux.intel.com -- Speaking for myself only.


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