This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[PATCH][GOLD] Add code to build stubs.


Hi,

    This patch adds code to the target Target_arm class to build stubs
to extend branch ranges and allowing mode switching between ARM and
THUMB modes.  We build stubs by adding a relaxation hook that scan all
the input code sections for relocations that require stubs.  Note that
we only build stubs so far.  The code to relocate stubs and use them
will be sent out later.  This patch also contains a few clean-up
changes.

Thanks.

-Doug


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