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] elf: Define missing Meta architecture specific relocations


On Tue, Jul 12, 2016 at 12:35 AM, Florian Weimer <fweimer@redhat.com> wrote:
> On 07/12/2016 03:51 AM, Khem Raj wrote:
>>
>> ---
>> ChangeLog
>>
>> 2016-07-11   Ross Burton  <ross.burton@intel.com>
>>              Khem Raj  <raj.khem@gmail.com>
>>
>>         * elf/elf.h (R_METAG_NONE, R_METAG_NONE): New.
>
>
> Could you please add a pointer to the source of the data to the commit
> message?

I was basing this on binutils patch
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=a3c629886c2cdaa6ee89513b64c7f989ba30eba3

and kernel tools (recordmount) also defines these relocations locally
if EM_METAG is not defined
and started to fail after glibc started to define EM_METAG
but not the relocations used there.

So this was primarily to fix this issue. I do not have official
documentation for Meta processor to cite



>
> Thanks,
> Florian
>


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