This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] Pretty-printing plt entries on ARM


Yury Gribov <y.gribov@samsung.com> writes:

> diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
> index 744431f..5c31afb 100644
> --- a/bfd/elf32-arm.c
> +++ b/bfd/elf32-arm.c
> @@ -15869,6 +15869,104 @@ elf32_arm_add_symbol_hook (bfd *abfd, struct bfd_link_info *info,
>    return TRUE;
>  }
>  
> +/* Return address for Ith PLT stub in section PLT, for relocation REL
> +   or (bfd_vma) -1 if it should not be included.  */

This comment appears to be related to elf32_arm_eabi_plt_sym_val, not
elf32_arm_eabi_plt_size.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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