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] Do arm_abi detection for ELFOSABI_GNU binaries


On Tue, May 19, 2015 at 2:41 AM, Yao Qi <qiyaoltc@gmail.com> wrote:
> Kyle Huey <me@kylehuey.com> writes:
>
>> Thank you for the tip.  Have you had a chance to look at the patch?
>
> Hi Kyle,
> Sorry for the delayed reply.  I spent some hours investigating how this
> patch break some cases, but can't find any one.  I also take a look at
> code in binutils, and find the code pattern
> "e_ident[EI_OSABI] == ELFOSABI_GNU || e_ident[EI_OSABI] == ELFOSABI_NONE"
> is used here and there.
>
> This patch is OK to commit.  If you don't have a sourceware account to
> push your commit in, I can do it for you.  Your patch is just one line,
> so it can be pushed in as a "tiny patch".
>
> --
> Yao (éå)

Thanks for reviewing!  I do not have a sourceware account, so that
would be greatly appreciated.

Thanks,

- Kyle


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