This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PATCH: Move include/stubs-biarch.h to sysdeps/generic
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 16 Mar 2012 10:37:15 -0700 (PDT)
- Subject: Re: PATCH: Move include/stubs-biarch.h to sysdeps/generic
- References: <20120316172810.GA7365@intel.com>
> This patch moves include/stubs-biarch.h to sysdeps/generic so that
> each arch can override it with sysdeps/cpu/stubs-biarch.h. OK to
> install?
It seems like stubs-biarch.h and the whole special case for it could be
replaced by the genericized logic for multi-variant header generation we
talked about for bits/syscall.h and the like. That seems like the right
thing to do instead.
> 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
>
> * Makefile ($(inst_includedir)/gnu/stubs.h): Replace
> include/stubs-biarch.h with stubs-biarch.h.
>
> * include/stubs-biarch.h: Moved to ...
> * sysdeps/generic/stubs-biarch.h: Here.
This is one change, so the log entry for it should be in one paragraph.
Thanks,
Roland