This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] gdb/elfread.c: Enable ifunc support on ARM.


On 02/10/2014 02:57 PM, Will Newton wrote:

> Thanks for taking a look.
> 
>> Couple notes:
>>
>>  - I think you can look at 'get_elf_backend_data (abfd)->want_got_plt'
>>    to decide whether to look up ".got" vs ".got.plt".
> 
> I don't think that will work. We actually want to look at the value of
> SEPARATE_GOTPLT I believe, which I don't think we can easily
> determine. For example, ARM sets want_got_plt but not SEPARATE_GOTPLT.

Alright.  Lets go with your original patch then.  Patch is OK.

Thanks,
-- 
Pedro Alves


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