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-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to