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] Support bionic's jmp_buf.


On 06/24/2012 10:46 PM, Thiago Jung Bauermann wrote:>>> Urgh.  Isn't there a better way?  This doesn't work with shared libraries,
>>> > > for starters.
>> >
>> > There is. I thought of adding an Android flag to .note.ABI-tag and I
>> > even have a patch ready which adds it to Android  binaries. I gave up on
>> > it because I thought it was overkill but I can certainly use that if
>> > using the interpreter field is a worse solution.
> I submitted a patch to bionic which adds a .note.ABI-tag to Android
> binaries:
>
> https://android-review.googlesource.com/37590
> The note has a flag which is set to 1 if the binary is for the Android
> platform.
> 
> The patch was accepted by the Google engineers and applied to their
> internal tree. It wasn't merged yet to the AOSP tree because of
> conflicts with some of their internal patches, but will be in the near
> future.

Thank you very much for persevering.  I think that using "GNU" as
ABI_VENDOR for Android isn't the best thing to do, but from skimming
the binutils@ list I see you're already addressing that.

-- 
Pedro Alves


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