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
On Fri, Mar 16, 2012 at 10:37 AM, Roland McGrath <roland@hack.frob.com> wrote:
>> 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.
As I indicated in my reply to multi-variant header generation. they are
tied with soversion.i and soversion.mk. It is much bigger changes than
I feel comfortable with.
>> 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.
>
I made the change.
Thanks.
--
H.J.