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] ARM: Define ELF_MACHINE_NO_REL


Looks good to me.

Siddhesh

On Thu, Jul 03, 2014 at 02:26:40PM +0100, Will Newton wrote:
> Fix a -Wundef warning on ARM.
> 
> ChangeLog:
> 
> 2014-07-03  Will Newton  <will.newton@linaro.org>
> 
> 	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
> ---
>  sysdeps/arm/dl-machine.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h
> index c5ffc93..d6b0c52 100644
> --- a/sysdeps/arm/dl-machine.h
> +++ b/sysdeps/arm/dl-machine.h
> @@ -279,6 +279,7 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rel *reloc,
>  /* ARM never uses Elf32_Rela relocations for the dynamic linker.
>     Prelinked libraries may use Elf32_Rela though.  */
>  #define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP
> +#define ELF_MACHINE_NO_REL 0
>  
>  /* Names of the architecture-specific auditing callback functions.  */
>  #define ARCH_LA_PLTENTER arm_gnu_pltenter
> -- 
> 1.9.3
> 

Attachment: pgpBX9deMe0_0.pgp
Description: PGP signature


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