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: Check for the FLAG_ARM_LIBHF flag in the ldconfig cache


On Mon, 3 Dec 2012, Steve McIntyre wrote:

> +#ifdef __ARM_PCS_VFP
> +#define _dl_cache_check_flags(flags) \
> +  ((flags) == (FLAG_ARM_LIBHF | FLAG_ELF_LIBC6))
> +#else
> +#define _dl_cache_check_flags(flags) \
> +  ((flags) == FLAG_ELF_LIBC6)
> +#endif

Missing indentation, "# define", inside #if.  OK with that fixed.

-- 
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]