This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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 roland/arm-irel-ldsodefs] ARM: add missing #include


On Wed, 8 Aug 2012, Roland McGrath wrote:

> The error hits csu/elf-init.c first, and I think it hit some other files
> later.  I've attached elf-init.i from my failing compile in case you want
> to puzzle out how its include order differs from yours.

It looks like the issue with that file is specific to multi-arch-enabled 
builds, which include extra headers in that file - and since there are no 
multiarch/ sysdeps directories for ARM, multiarch is disabled by default 
(there's not much point in enabling it without code in glibc to use it, 
and the IFUNC support will still work for user shared libraries).

-- 
Joseph S. Myers
joseph@codesourcery.com


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