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


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 (éå)


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