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] ARM: Fix transitional issues with ld.so.cache.


Joseph,

I'd like your official ACK here as the ARM machine maintainer,
but please feel free to take your time.

I do however expect that by submitting this patch upstream
that I've reserved the right to use 0x0b00 for FLAG_ARM_LIBSF,
and I'm going to go ahead with using this number in Fedora ARM.

> OK to checkin?
> 
> ChangeLog
> 
> 2013-02-06  Carlos O'Donell  <carlos@redhat.com>
> 
> 	* sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
> 	* elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
> 
> ports/ChangeLog.arm
> 
> 2013-02-06  Carlos O'Donell  <carlos@redhat.com>
> 
> 	* sysdeps/unix/sysv/linux/arm/dl-cache.h
> 	[__ARM_PCS_VFP] (_dl_cache_check_flags): Allow plain FLAG_ELF_LIBC6.
> 	[!__ARM_PCS_VFP] (_dl_cache_check_flags): Likewise.
> 	* sysdeps/unix/sysv/linux/arm/readelflib.c (process_elf_file):
> 	Set FLAG_ARM_LIBSF for soft-float ABI 

> +#define FLAG_ARM_LIBSF		0x0b00


Cheers,
Carlos.


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