[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/13320] Please support thumb entry points in PLT instead of usi
From: |
froydnj at gmail dot com |
Subject: |
[Bug gold/13320] Please support thumb entry points in PLT instead of using (more or less randomly located) stubs |
Date: |
Fri, 02 Dec 2011 19:03:11 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=13320
--- Comment #2 from Nathan Froyd <froydnj at gmail dot com> 2011-12-02 19:03:11
UTC ---
Created attachment 6087
--> http://sourceware.org/bugzilla/attachment.cgi?id=6087
working patch, no incremental linker support
Here's a patch that gets things going; it works on several testcases I've
tried. I haven't run the test suite yet due to native testing requirements
yet, but I have tested a wide range of branch distances and such and things
look pretty good.
I'm also fairly certain this breaks when doing incremental linking. Stubs are
now variable-sized when using this scheme, and the incremental linking support
is not yet (ever?) ready to handle that. Making all stubs 16 bytes when using
the incremental linking support is a possibility.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
- [Bug gold/13320] Please support thumb entry points in PLT instead of using (more or less randomly located) stubs,
froydnj at gmail dot com <=