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] Patch 2 of 2 for ILP32 aarch64


On 09/06/17 11:48, Szabolcs Nagy wrote:
> On 09/06/17 09:47, Szabolcs Nagy wrote:
>> On 24/02/17 23:46, Steve Ellcey wrote:
>>>
>>> Here is a new version of patch 2.  I added the one line descriptions
>>> that were missing, fixed the configure.ac problems that Andreas pointed
>>> out (and ran autoconf to make sure they were tested) and changed the
>>> default version in shlib-versions to 2.26.
>>>
>>
>> i assume this is the latest glibc ilp32 patch.
>>
>> without patch 1 (abilist updates) and after i drop the
>> sysdeps/unix/sysv/linux/aarch64/mmap.c change and remove
>> the malloc/tst-mallocstate test,
>>
>> using CC='gcc -mabi=ilp32' (so c++ tests are unsupported), i get
>>
> 
> removing abi, c++ and known aarch64 issues
> 
>> FAIL: check-local-headers
> *** $(common-objpfx)elf/readlib.o: uses /usr/include/gnu/lib-names-ilp32.h
> *** /usr/include/gnu/lib-names-ilp32.h: uses /usr/include/gnu/lib-names-ilp32.h:
> ...
> lib-names-ilp32.h was not generated, only lib-names-lp64.h
> 
> for some reason default-abi is lp64 in config.make,
> even though preconfigure set aarch64_config_abi to ilp32
> 

this happened because the posted patch did not
have regenerated sysdeps/aarch64/configure


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